Skip to content

Commit

Permalink
Merge pull request #72 from leojonathanoh/enhancement/ci-standardize-…
Browse files Browse the repository at this point in the history
…test-docker-images

Enhancement (ci): Standardize test docker images
  • Loading branch information
leojonathanoh authored Jun 16, 2024
2 parents 696c11e + d7e0f5b commit 7465b0a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.4-ubuntu-16.04
image: theohbrothers/docker-powershell:6.0.4-ubuntu-16.04-git
steps:
- uses: actions/checkout@v1
- name: Powershell version
Expand All @@ -42,7 +42,7 @@ jobs:
test-powershell-6-1:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/powershell:6.1.3-ubuntu-18.04
image: theohbrothers/docker-powershell:6.1.3-ubuntu-18.04-git
steps:
- uses: actions/checkout@v1
- name: Powershell version
Expand All @@ -55,7 +55,7 @@ jobs:
test-powershell-6-2:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/powershell:6.2.4-ubuntu-18.04
image: theohbrothers/docker-powershell:6.2.4-ubuntu-18.04-git
steps:
- uses: actions/checkout@v1
- name: Powershell version
Expand All @@ -68,7 +68,7 @@ jobs:
test-powershell-7-0:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/powershell:7.0.3-ubuntu-18.04
image: theohbrothers/docker-powershell:7.0.3-ubuntu-18.04-git
steps:
- uses: actions/checkout@v1
- name: Powershell version
Expand All @@ -81,7 +81,7 @@ jobs:
test-powershell-7-1:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/powershell:7.1.5-ubuntu-20.04
image: theohbrothers/docker-powershell:7.1.5-ubuntu-20.04-git
steps:
- uses: actions/checkout@v1
- 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-ubuntu-20.04
image: theohbrothers/docker-powershell:7.2-ubuntu-22.04-git
steps:
- uses: actions/checkout@v1
- name: Powershell version
Expand All @@ -107,7 +107,7 @@ jobs:
test-powershell-7-3:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/powershell:7.3-ubuntu-20.04
image: theohbrothers/docker-powershell:7.3-ubuntu-22.04-git
steps:
- uses: actions/checkout@v1
- name: Powershell version
Expand All @@ -120,7 +120,7 @@ jobs:
test-powershell-7-4:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/powershell:7.4-ubuntu-22.04
image: theohbrothers/docker-powershell:7.4-ubuntu-22.04-git
steps:
- uses: actions/checkout@v1
- name: Powershell version
Expand Down

0 comments on commit 7465b0a

Please sign in to comment.