Skip to content

Commit 0d67772

Browse files
authored
[1.x] Supports PHP 8.4
1 parent 077200b commit 0d67772

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
php: [8.1, 8.2, 8.3]
3737
laravel: [10, 11]
3838
stability: [prefer-lowest, prefer-stable]
39+
include:
40+
- php: 8.4
41+
laravel: 11
42+
stability: prefer-stable
3943

4044
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Stability ${{ matrix.stability }} - MySQL 5.7
4145

0 commit comments

Comments
 (0)