From 51a5a8237ed8d6650607592a477336478cdeb406 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Wed, 20 Mar 2024 18:52:24 -0300 Subject: [PATCH] Add docker 25 and 26 to test matrix --- .github/workflows/ci.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 562db6a..e40dd19 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ on: branches: [main] concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: @@ -15,10 +15,18 @@ jobs: 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