Skip to content

Commit

Permalink
Use only latest Docker minor releases when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Sep 5, 2024
1 parent c2df885 commit f4a893c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
strategy:
matrix:
docker-version: # See https://endoflife.date/docker-engine
- "23.0" # 2023-02 --> EOL ?
- "25.0" # 2024-01 --> EOL ?
- "26.1" # 2024-04 --> EOL ?
- "27.1" # 2024-07 --> EOL ?
- "23" # 2023-02 --> EOL ?
- "25" # 2024-01 --> EOL ?
- "26" # 2024-04 --> EOL ?
- "27" # 2024-07 --> EOL ?
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
strategy:
matrix:
docker-version: # See https://endoflife.date/docker-engine
- "23.0" # 2023-02 --> EOL ?
- "25.0" # 2024-01 --> EOL ?
- "26.1" # 2024-04 --> EOL ?
- "27.1" # 2024-07 --> EOL ?
- "23" # 2023-02 --> EOL ?
- "25" # 2024-01 --> EOL ?
- "26" # 2024-04 --> EOL ?
- "27" # 2024-07 --> EOL ?
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f4a893c

Please sign in to comment.