Skip to content

Commit cb33feb

Browse files
committed
Bump/rationalise docker engine test versions to LTS releases
1 parent 3a3d42d commit cb33feb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
docker-version: # See https://endoflife.date/docker-engine / https://download.docker.com/linux/static/stable/x86_64/
1414
- "v25.0.5" # 2024-01 --> EOL ?
15-
- "v28.3.2" # 2025-04 --> EOL ?
15+
- "v28.3.1" # 2025-04 --> EOL ?
1616
fail-fast: false
1717
steps:
1818
- name: Harden the runner (Audit all outbound calls)

.github/workflows/test_and_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
docker-version: # See https://endoflife.date/docker-engine / https://download.docker.com/linux/static/stable/x86_64/
1616
- "v25.0.5" # 2024-01 --> EOL ?
17-
- "v28.3.2" # 2025-04 --> EOL ?
17+
- "v28.3.1" # 2025-04 --> EOL ?
1818
fail-fast: false
1919
steps:
2020
- name: Harden the runner (Audit all outbound calls)

0 commit comments

Comments
 (0)