Skip to content

Commit 865a456

Browse files
committed
Refresh docker images on GHA workflow too
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
1 parent f2886ca commit 865a456

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,10 @@ jobs:
246246
tag: "11"
247247
python-version: "3.9"
248248
tox_environment: "py39"
249+
- distro: "debian"
250+
tag: "12"
251+
python-version: "3.11"
252+
tox_environment: "py311"
249253
- distro: "ubuntu"
250254
tag: "20.04"
251255
python-version: "3.9"
@@ -254,14 +258,26 @@ jobs:
254258
tag: "22.04"
255259
python-version: "3.10"
256260
tox_environment: "py310"
261+
- distro: "ubuntu"
262+
tag: "24.04"
263+
python-version: "3.12"
264+
tox_environment: "py312"
257265
- distro: "fedora"
258266
tag: "35"
259267
python-version: "3.10"
260268
tox_environment: "py310"
269+
- distro: "fedora"
270+
tag: "41"
271+
python-version: "3.13"
272+
tox_environment: "py313"
261273
- distro: "oraclelinux"
262274
tag: "8"
263275
python-version: "3.9"
264276
tox_environment: "py39"
277+
- distro: "oraclelinux"
278+
tag: "9"
279+
python-version: "3.11"
280+
tox_environment: "py311"
265281
allowed_failure:
266282
- "no"
267283
locale:

0 commit comments

Comments
 (0)