Skip to content

Commit d585ee8

Browse files
committed
github-ci: fix fedora versions
1 parent e2423df commit d585ee8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
run: PYTHONPATH=. python3 ./tests/integration_tests.py
5454

5555
fedora-42:
56-
name: Fedora 41
56+
name: Fedora 42
5757
runs-on: ubuntu-latest
58-
container: fedora:41
58+
container: fedora:42
5959
steps:
6060
- run: |
6161
dnf -y install \
@@ -69,9 +69,9 @@ jobs:
6969
run: PYTHONPATH=. python3 ./tests/integration_tests.py
7070

7171
fedora-41:
72-
name: Fedora 40
72+
name: Fedora 41
7373
runs-on: ubuntu-latest
74-
container: fedora:40
74+
container: fedora:41
7575
steps:
7676
- run: |
7777
dnf -y install \

0 commit comments

Comments
 (0)