Skip to content

Commit 3a3d42d

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

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/pr_workflow.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ jobs:
1111
strategy:
1212
matrix:
1313
docker-version: # See https://endoflife.date/docker-engine / https://download.docker.com/linux/static/stable/x86_64/
14-
- "v23.0.6" # 2023-02 --> EOL ?
1514
- "v25.0.5" # 2024-01 --> EOL ?
16-
- "v27.5.1" # 2025-01 --> EOL ?
17-
- "v28.1.1" # 2025-04 --> EOL ?
15+
- "v28.3.2" # 2025-04 --> EOL ?
1816
fail-fast: false
1917
steps:
2018
- name: Harden the runner (Audit all outbound calls)

.github/workflows/test_and_build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
docker-version: # See https://endoflife.date/docker-engine / https://download.docker.com/linux/static/stable/x86_64/
16-
- "v23.0.6" # 2023-02 --> EOL ?
1716
- "v25.0.5" # 2024-01 --> EOL ?
18-
- "v27.5.1" # 2025-01 --> EOL ?
19-
- "v28.1.1" # 2025-04 --> EOL ?
17+
- "v28.3.2" # 2025-04 --> EOL ?
2018
fail-fast: false
2119
steps:
2220
- name: Harden the runner (Audit all outbound calls)

0 commit comments

Comments
 (0)