Skip to content

Commit

Permalink
ci : Add Docker versions v27.1.1 and v26.1.4 to E2E tests matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Rohan Kumar <[email protected]>
  • Loading branch information
rohanKanojia committed Aug 4, 2024
1 parent 99c52cb commit 1d9b769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
docker: [v25.0.2, v24.0.9, v23.0.6, v20.10.24]
docker: [v27.1.1, v26.1.4, v25.0.2, v24.0.9, v23.0.6, v20.10.24]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
strategy:
fail-fast: false
matrix:
docker: [v25.0.2,v24.0.9,v23.0.6,v20.10.24]
docker: [v27.1.1, v26.1.4, v25.0.2, v24.0.9, v23.0.6, v20.10.24]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 1d9b769

Please sign in to comment.