Skip to content

Commit cebe1bb

Browse files
authored
ci: replace EOL Debian bullseye with trixie in integration matrix (#222)
Debian 11 bullseye's bullseye-security apt Release file has expired on the mirror, causing 'apt-get update' to fail (exit 100) in the echo Dockerfile and breaking all bullseye integration jobs regardless of Python version. Bullseye is oldstable/EOL-track; replace it with the current stable release, trixie (Debian 13), across Python 3.10-3.14.
1 parent fb69aa6 commit cebe1bb

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/test-on-push-and-pr.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,21 +103,25 @@ jobs:
103103
runtime_version: "3.14"
104104
python_location: /usr/local/bin/python
105105
- distro: debian
106-
distro_version: bullseye
106+
distro_version: trixie
107107
runtime_version: "3.10"
108108
python_location: /usr/local/bin/python
109109
- distro: debian
110-
distro_version: bullseye
110+
distro_version: trixie
111111
runtime_version: "3.11"
112112
python_location: /usr/local/bin/python
113113
- distro: debian
114-
distro_version: bullseye
114+
distro_version: trixie
115115
runtime_version: "3.12"
116116
python_location: /usr/local/bin/python
117117
- distro: debian
118-
distro_version: bullseye
118+
distro_version: trixie
119119
runtime_version: "3.13"
120120
python_location: /usr/local/bin/python
121+
- distro: debian
122+
distro_version: trixie
123+
runtime_version: "3.14"
124+
python_location: /usr/local/bin/python
121125
# Amazon Linux 2
122126
- distro: amazonlinux2
123127
distro_version: "2"

0 commit comments

Comments
 (0)