Skip to content

Commit

Permalink
Merge pull request #2747 from erikn69/patch-53
Browse files Browse the repository at this point in the history
PHP 8.4 tests
  • Loading branch information
drbyte authored Oct 30, 2024
2 parents 28a9442 + eb8795c commit bb4c60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.3, 8.2, 8.1, 8.0]
php: [8.4, 8.3, 8.2, 8.1, 8.0]
laravel: ["^11.0", "^10.0", "^9.0", "^8.12"]
dependency-version: [prefer-lowest, prefer-stable]
include:
Expand Down

0 comments on commit bb4c60b

Please sign in to comment.