Skip to content

Commit

Permalink
Bump Fedora images
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Styk <[email protected]>
  • Loading branch information
StykMartin committed Nov 7, 2024
1 parent 3232896 commit e2eae80
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/review-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ jobs:
fail-fast: false
matrix:
image:
- quay.io/fedora/fedora:38
- quay.io/fedora/fedora:39
- quay.io/fedora/fedora:40
- quay.io/fedora/fedora:41
- quay.io/fedora/fedora:rawhide
runs-on: ubuntu-latest
container:
image: ${{ matrix.image }}

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Set DNF command
run: |
if [[ "${{ matrix.image }}" == *"rawhide"* ]]; then
Expand Down Expand Up @@ -48,16 +47,15 @@ jobs:
fail-fast: false
matrix:
image:
- quay.io/fedora/fedora:38
- quay.io/fedora/fedora:39
- quay.io/fedora/fedora:40
- quay.io/fedora/fedora:41
- quay.io/fedora/fedora:rawhide
runs-on: ubuntu-latest
container:
image: ${{ matrix.image }}

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Set DNF command
run: |
if [[ "${{ matrix.image }}" == *"rawhide"* ]]; then
Expand Down Expand Up @@ -89,8 +87,6 @@ jobs:
fail-fast: false
matrix:
image:
- quay.io/fedora/fedora:38
- quay.io/fedora/fedora:39
- quay.io/fedora/fedora:40
- quay.io/fedora/fedora:rawhide
- quay.io/centos/centos:centos7
Expand Down

0 comments on commit e2eae80

Please sign in to comment.