Skip to content

Commit

Permalink
[TASK] Add DDEV v1.24 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ochorocho committed Dec 15, 2024
1 parent 7467dd7 commit 4d7649c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [ v1.23, v1.22 ]
version: [ v1.24, v1.23, v1.22 ]
steps:
-
name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [ v1.23, v1.22 ]
version: [ v1.24, v1.23, v1.22 ]
steps:
-
name: Checkout code
Expand Down

0 comments on commit 4d7649c

Please sign in to comment.