Skip to content

Remove tests on Ubuntu 20.04 LTS #45

Remove tests on Ubuntu 20.04 LTS

Remove tests on Ubuntu 20.04 LTS #45

Workflow file for this run

on:
push:
pull_request:
schedule:
- cron: "0 6 1 * *"
name: test
jobs:
test:
runs-on: ubuntu-24.04
strategy:
matrix:
platform:
- rockylinux9
- centos-stream10
- centos-stream9
- fedora41
- fedora40
- fedora39
- ubuntu2404
- ubuntu2204
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: |
python3 -m pip install --upgrade pip
python3 -m pip install tox
- run: |
tox -e ${{ matrix.platform }} -- test