Require Debian 11, not 10

10 has too-old Python by default
This commit is contained in:
Min RK
2023-03-21 10:45:54 +01:00
parent 150a3f62d6
commit e03f5ec2cd
4 changed files with 15 additions and 15 deletions

View File

@@ -58,8 +58,8 @@ jobs:
echo $matrix_post_filter | jq -C '.'
env:
matrix_include_pre_filter: |
- name: "Int. tests: Debian 10, Py 3.7"
distro_image: "debian:10"
- name: "Int. tests: Debian 11, Py 3.9"
distro_image: "debian:11"
runs_on: "ubuntu-22.04"
extra_flags: ""
- name: "Int. tests: Ubuntu 20.04, Py 3.8"