Skip to content

Commit

Permalink
[5.x] Supports PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Nov 12, 2024
1 parent 19b9aa3 commit f830c4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.2, 8.3]
php: [8.2, 8.3, 8.4]
laravel: [10, 11]
exclude:
- php: 8.4
laravel: 10

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

Expand Down

0 comments on commit f830c4c

Please sign in to comment.