Skip to content

Commit

Permalink
Add Support for PHP 8.4 (#136)
Browse files Browse the repository at this point in the history
Run tests on php 8.4
  • Loading branch information
stefanzweifel authored Nov 13, 2024
1 parent d7442a3 commit 38bfccc
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 @@ -14,7 +14,7 @@ jobs:
max-parallel: 1
matrix:
os: [ubuntu-latest]
php: [8.2, 8.3]
php: [8.2, 8.3, 8.4]
laravel: [10.*, 11.*]
stability: [prefer-lowest, prefer-stable]
include:
Expand Down

0 comments on commit 38bfccc

Please sign in to comment.