Skip to content

Commit

Permalink
Merge pull request #40 from theohbrothers/enhancement/ci-bump-test-jo…
Browse files Browse the repository at this point in the history
…bs-to-latest-powershell-patch-images

Enhancement (ci): Bump test jobs to latest powershell patch images
  • Loading branch information
joeltimothyoh authored Sep 24, 2023
2 parents b1b4102 + 055a12e commit 69c0645
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 @@ -32,7 +32,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: Install wget
Expand Down Expand Up @@ -108,7 +108,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: Install wget
Expand All @@ -127,7 +127,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: Install wget
Expand Down

0 comments on commit 69c0645

Please sign in to comment.