ci: run unit tests in ubuntu-24.04 github actions environment as well

This commit is contained in:
Erik Sundell
2024-09-04 16:13:49 +02:00
parent 73f8833f0a
commit 3321a50f31

View File

@@ -46,6 +46,9 @@ jobs:
- name: "Ubuntu 22.04, Py 3.10" - name: "Ubuntu 22.04, Py 3.10"
ubuntu_version: "22.04" ubuntu_version: "22.04"
python_version: "3.10" python_version: "3.10"
- name: "Ubuntu 24.04, Py 3.12"
ubuntu_version: "24.04"
python_version: "3.12"
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4