Skip to content

Commit

Permalink
refactor: Add php 8.1 to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Feb 8, 2023
1 parent 0dcf7e7 commit e02f7c3
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-and-push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ["8.0"]
php: ["8.0", "8.1"]
name: spin-up-craft-base ${{ matrix.php }} images
steps:
- name: Check out the repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ["8.0"]
php: ["8.0", "8.1"]
name: spin-up-craft-base ${{ matrix.php }} images
steps:
- name: Check out the repository
Expand Down

0 comments on commit e02f7c3

Please sign in to comment.