Skip to content

Commit

Permalink
gha: test on PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn committed Nov 19, 2024
1 parent dea6480 commit b000214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3, 8.4]
laravel: [^10.0, ^11.0]
exclude:
- php: 8.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1, 8.2, 8.3]
php: [8.1, 8.2, 8.3, 8.4]
laravel: [^10.0, ^11.0]
stability: [prefer-lowest, prefer-stable]
exclude:
Expand Down

0 comments on commit b000214

Please sign in to comment.