Skip to content

Commit

Permalink
github-ci: add fedora 39, remove fedora 37
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Feb 15, 2024
1 parent 2180a02 commit cd950ff
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 @@ -70,26 +70,26 @@ jobs:
- name: Python 3 integration tests
run: PYTHONPATH=. python3 ./tests/integration_tests.py

fedora-38:
name: Fedora 38
fedora-39:
name: Fedora 39
runs-on: ubuntu-latest
container: fedora:38
container: fedora:39
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
run: PYTHONPATH=. python3 ./tests/integration_tests.py

fedora-37:
name: Fedora 37
fedora-38:
name: Fedora 38
runs-on: ubuntu-latest
container: fedora:37
container: fedora:38
steps:
- run: |
dnf -y install \
Expand Down

0 comments on commit cd950ff

Please sign in to comment.