diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b55ddf0e5a7..8d50fcc955f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,7 +132,7 @@ jobs: - {IMAGE: "rhel8-fips", TOXENV: "py38", RUNNER: "ubuntu-latest", FIPS: true} - {IMAGE: "buster", TOXENV: "py37", RUNNER: "ubuntu-latest"} - {IMAGE: "bullseye", TOXENV: "py39", RUNNER: "ubuntu-latest"} - - {IMAGE: "bookworm", TOXENV: "py310", RUNNER: "ubuntu-latest"} + - {IMAGE: "bookworm", TOXENV: "py311", RUNNER: "ubuntu-latest"} - {IMAGE: "sid", TOXENV: "py311", RUNNER: "ubuntu-latest"} - {IMAGE: "ubuntu-bionic", TOXENV: "py36", RUNNER: "ubuntu-latest"} - {IMAGE: "ubuntu-focal", TOXENV: "py38", RUNNER: "ubuntu-latest"}