Skip to content

Commit

Permalink
Merge pull request #23 from mauricius/upgrade/php-84
Browse files Browse the repository at this point in the history
Add php8.4 support
  • Loading branch information
mauricius authored Dec 20, 2024
2 parents 242444d + 4c10661 commit fac430d
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 @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.1', '8.2', '8.3']
php: ['8.1', '8.2', '8.3', '8.4']
laravel: ['9.0', '10.0', '11.0']
dependency-version: [prefer-lowest, prefer-stable]
exclude:
Expand Down

0 comments on commit fac430d

Please sign in to comment.