Skip to content

Commit

Permalink
Test against Docker 27.1
Browse files Browse the repository at this point in the history
(Remove 26.0/27.0 - seems excessive)
  • Loading branch information
chadlwilson committed Jul 24, 2024
1 parent 334735b commit 0a0fca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
- "23.0" # 2023-02 --> EOL ?
- "24.0" # 2023-05 --> EOL ?
- "25.0" # 2024-01 --> EOL ?
- "26.0" # 2024-03 --> EOL ?
- "26.1" # 2024-04 --> EOL ?
- "27.0" # 2024-06 --> EOL ?
- "27.1" # 2024-07 --> EOL ?
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ jobs:
- "23.0" # 2023-02 --> EOL ?
- "24.0" # 2023-05 --> EOL ?
- "25.0" # 2024-01 --> EOL ?
- "26.0" # 2024-03 --> EOL ?
- "26.1" # 2024-04 --> EOL ?
- "27.0" # 2024-06 --> EOL ?
- "27.1" # 2024-07 --> EOL ?
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0a0fca3

Please sign in to comment.