diff --git a/.github/workflows/verify_install.yaml b/.github/workflows/verify_install.yaml index c2721c6d..621d5a31 100644 --- a/.github/workflows/verify_install.yaml +++ b/.github/workflows/verify_install.yaml @@ -57,21 +57,26 @@ jobs: python:3.7-alpine3.13 python:3.7-alpine3.17 python:3.7-buster + python:3.7-bullseye python:3.8-alpine3.12 python:3.8-alpine3.13 python:3.8-buster + python:3.8-bullseye python:3.9-alpine3.12 python:3.9-alpine3.13 python:3.9-alpine3.16 python:3.9-alpine3.17 python:3.9-buster + python:3.9-bullseye python:3.10-alpine3.13 python:3.10-alpine3.16 python:3.10-alpine3.17 python:3.10-buster + python:3.10-bullseye python:3.11-alpine3.16 python:3.11-alpine3.17 python:3.11-buster + python:3.11-bullseye registry.fedoraproject.org/f33/python3 ubuntu:18.04 ubuntu:20.04 @@ -96,10 +101,12 @@ jobs: - py3.7-alpine3.13 - py3.7-alpine3.17 - py3.7-debian10 + - py3.7-debian11 - py3.7-ubuntu18.04 - py3.8-alpine3.12 - py3.8-alpine3.13 - py3.8-debian10 + - py3.8-debian11 - py3.8-ubuntu18.04 - py3.8-ubuntu20.04 - py3.9-alpine3.12 @@ -108,6 +115,7 @@ jobs: - py3.9-alpine3.17 - py3.9-centos8 - py3.9-debian10 + - py3.9-debian11 - py3.9-rhel8 - py3.9-ubuntu20.04 - py3.10-alpine3.13 @@ -115,11 +123,13 @@ jobs: - py3.10-alpine3.17 - py3.10-amazon2023 - py3.10-debian10 + - py3.10-debian11 - py3.10-ubuntu20.04 - py3.10-ubuntu22.04 - py3.11-alpine3.16 - py3.11-alpine3.17 - py3.11-debian10 + - py3.11-debian11 - py3.11-ubuntu20.04 - py3.11-ubuntu22.04 arch: @@ -134,6 +144,8 @@ jobs: image: python:3.7-alpine3.17 - hostname: py3.7-debian10 image: python:3.7-buster + - hostname: py3.7-debian11 + image: python:3.7-bullseye - hostname: py3.7-ubuntu18.04 image: ubuntu:18.04 - hostname: py3.8-alpine3.12 @@ -142,6 +154,8 @@ jobs: image: python:3.8-alpine3.13 - hostname: py3.8-debian10 image: python:3.8-buster + - hostname: py3.8-debian11 + image: python:3.8-bullseye - hostname: py3.8-ubuntu18.04 image: ubuntu:18.04 - hostname: py3.8-ubuntu20.04 @@ -158,6 +172,8 @@ jobs: image: centos:8 - hostname: py3.9-debian10 image: python:3.9-buster + - hostname: py3.9-debian11 + image: python:3.9-bullseye - hostname: py3.9-rhel8 image: registry.fedoraproject.org/f33/python3 - hostname: py3.9-ubuntu20.04 @@ -172,6 +188,8 @@ jobs: image: amazonlinux:2023 - hostname: py3.10-debian10 image: python:3.10-buster + - hostname: py3.10-debian11 + image: python:3.10-bullseye - hostname: py3.10-ubuntu20.04 image: ubuntu:20.04 - hostname: py3.10-ubuntu22.04 @@ -182,6 +200,8 @@ jobs: image: python:3.11-alpine3.17 - hostname: py3.11-debian10 image: python:3.11-buster + - hostname: py3.11-debian11 + image: python:3.11-bullseye - hostname: py3.11-ubuntu20.04 image: ubuntu:20.04 - hostname: py3.11-ubuntu22.04 diff --git a/tests/docker/install/docker-compose.yml b/tests/docker/install/docker-compose.yml index a4962118..ce2ee790 100755 --- a/tests/docker/install/docker-compose.yml +++ b/tests/docker/install/docker-compose.yml @@ -52,6 +52,13 @@ services: environment: << : *envvars-install-test + py3.7-install-debian11: + hostname: "py3.7-debian11" + image: "python:3.7-bullseye" + << : [*command-install-test, *workdir, *volumes-codebase] + environment: + << : *envvars-install-test + py3.7-install-ubuntu18.04: hostname: "py3.7-ubuntu18.04" image: "ubuntu:18.04" @@ -91,6 +98,13 @@ services: environment: << : *envvars-install-test + py3.8-install-debian11: + hostname: "py3.8-debian11" + image: "python:3.8-bullseye" + << : [*command-install-test, *workdir, *volumes-codebase] + environment: + << : *envvars-install-test + py3.8-install-ubuntu18.04: hostname: "py3.8-ubuntu18.04" image: "ubuntu:18.04" @@ -130,6 +144,13 @@ services: environment: << : *envvars-install-test + py3.9-install-debian11: + hostname: "py3.9-debian11" + image: "python:3.9-bullseye" + << : [*command-install-test, *workdir, *volumes-codebase] + environment: + << : *envvars-install-test + py3.9-install-ubuntu20.04: hostname: "py3.9-ubuntu20.04" image: "ubuntu:20.04" @@ -197,6 +218,13 @@ services: environment: << : *envvars-install-test + py3.10-install-debian11: + hostname: "py3.10-debian11" + image: "python:3.10-bullseye" + << : [*command-install-test, *workdir, *volumes-codebase] + environment: + << : *envvars-install-test + py3.10-install-ubuntu20.04: hostname: "py3.10-ubuntu20.04" image: "ubuntu:20.04" @@ -238,7 +266,14 @@ services: py3.11-install-debian10: hostname: "py3.11-debian10" - image: "python:3.11-rc-buster" + image: "python:3.11-buster" + << : [*command-install-test, *workdir, *volumes-codebase] + environment: + << : *envvars-install-test + + py3.11-install-debian11: + hostname: "py3.11-debian11" + image: "python:3.11-bullseye" << : [*command-install-test, *workdir, *volumes-codebase] environment: << : *envvars-install-test