Skip to content

Commit

Permalink
Remove EOL Docker versions from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Aug 18, 2024
1 parent 6bbecef commit 2343516
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
strategy:
matrix:
docker-version: # See https://endoflife.date/docker-engine
- "20.10" # 2020-12 --> EOL 2023-12-10
- "23.0" # 2023-02 --> EOL ?
- "24.0" # 2023-05 --> EOL ?
- "25.0" # 2024-01 --> EOL ?
- "26.1" # 2024-04 --> EOL ?
- "27.1" # 2024-07 --> EOL ?
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
strategy:
matrix:
docker-version: # See https://endoflife.date/docker-engine
- "20.10" # 2020-12 --> EOL 2023-12-10
- "23.0" # 2023-02 --> EOL ?
- "24.0" # 2023-05 --> EOL ?
- "25.0" # 2024-01 --> EOL ?
- "26.1" # 2024-04 --> EOL ?
- "27.1" # 2024-07 --> EOL ?
Expand Down

0 comments on commit 2343516

Please sign in to comment.