Skip to content

Commit

Permalink
Add docker 25 and 26 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Mar 20, 2024
1 parent 90185d4 commit 41ca3f1
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,26 @@ on:
branches: [main]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test:
strategy:
fail-fast: false
matrix:
docker-version: ["18.03", "18.09", "19.03", "20.10", "23", "24", latest]
docker-version:
- "18.03"
- "18.09"
- "19.03"
- "20.10"
- "23"
- "24"
- "25"
- "26"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Show host Docker information
run: |
docker version
Expand Down

0 comments on commit 41ca3f1

Please sign in to comment.