Use Fedora 38 and 37 instead of 36 and 35.
- name: Python 3 integration tests
run: PYTHONPATH=. python3 ./tests/integration_tests.py
- fedora-36:
- name: Fedora 36
+ fedora-38:
+ name: Fedora 38
runs-on: ubuntu-latest
- container: fedora:36
+ container: fedora:38
steps:
- run: |
dnf -y install \
- name: Python 3 integration tests
run: PYTHONPATH=. python3 ./tests/integration_tests.py
- fedora-35:
- name: Fedora 35
+ fedora-37:
+ name: Fedora 37
runs-on: ubuntu-latest
- container: fedora:35
+ container: fedora:37
steps:
- run: |
- yum -y install \
+ dnf -y install \
python3 \
python3-pytest \
python3-pyyaml
- uses: actions/checkout@v2
-
- name: Python 3 unit tests
run: PYTHONPATH=. pytest-3
- name: Python 3 integration tests