Merge pull request #967 from consideRatio/pr/ci-add-tests

ci: add tests for debian 12 and ubuntu 24.04
This commit is contained in:
Erik Sundell
2024-02-26 16:43:57 +01:00
committed by GitHub

View File

@@ -36,12 +36,18 @@ jobs:
- name: "Debian 11, Py 3.9" - name: "Debian 11, Py 3.9"
distro_image: "debian:11" distro_image: "debian:11"
extra_flags: "" extra_flags: ""
- name: "Debian 12, Py 3.11"
distro_image: "debian:12"
extra_flags: ""
- name: "Ubuntu 20.04, Py 3.8" - name: "Ubuntu 20.04, Py 3.8"
distro_image: "ubuntu:20.04" distro_image: "ubuntu:20.04"
extra_flags: "" extra_flags: ""
- name: "Ubuntu 22.04 Py 3.10" - name: "Ubuntu 22.04 Py 3.10"
distro_image: "ubuntu:22.04" distro_image: "ubuntu:22.04"
extra_flags: "" extra_flags: ""
- name: "Ubuntu 24.04 Py 3.12"
distro_image: "ubuntu:24.04"
extra_flags: ""
- name: "Ubuntu 22.04, Py 3.10, from main" - name: "Ubuntu 22.04, Py 3.10, from main"
distro_image: "ubuntu:22.04" distro_image: "ubuntu:22.04"
extra_flags: --upgrade-from=main extra_flags: --upgrade-from=main