Skip to content

Commit

Permalink
Merge pull request #111 from leojonathanoh/refactor/ci-bump-powershel…
Browse files Browse the repository at this point in the history
…l-test-job-docker-images

Refactor (ci): Bump Powershell test job docker images
  • Loading branch information
leojonathanoh authored Mar 5, 2024
2 parents 1d6f629 + 5305e2e commit 320ba4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
test-powershell-6-0:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/powershell:6.0.2-ubuntu-16.04
image: mcr.microsoft.com/powershell:6.0.4-ubuntu-16.04
steps:
- uses: actions/checkout@v3
- name: Powershell version
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
test-powershell-7-1:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/powershell:7.1.3-ubuntu-18.04
image: mcr.microsoft.com/powershell:7.1.5-ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Powershell version
Expand All @@ -94,7 +94,7 @@ jobs:
test-powershell-7-2:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/powershell:7.2.2-ubuntu-20.04
image: mcr.microsoft.com/powershell:7.2-ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Powershell version
Expand Down

0 comments on commit 320ba4f

Please sign in to comment.