Skip to content

Commit

Permalink
github-ci: add fedora 40, 41; remove 38, 39
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Nov 27, 2024
1 parent bb9aef4 commit 2fdf6c9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
- name: Python 3 integration tests
run: PYTHONPATH=. python3 ./tests/integration_tests.py

fedora-39:
name: Fedora 39
fedora-41:
name: Fedora 41
runs-on: ubuntu-latest
container: fedora:39
container: fedora:41
steps:
- run: |
dnf -y install \
Expand All @@ -68,17 +68,17 @@ jobs:
- name: Python 3 integration tests
run: PYTHONPATH=. python3 ./tests/integration_tests.py

fedora-38:
name: Fedora 38
fedora-40:
name: Fedora 40
runs-on: ubuntu-latest
container: fedora:38
container: fedora:40
steps:
- run: |
dnf -y install \
python3 \
python3-pytest \
python3-pyyaml
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Python 3 unit tests
run: PYTHONPATH=. pytest-3
- name: Python 3 integration tests
Expand Down

0 comments on commit 2fdf6c9

Please sign in to comment.