Skip to content

Commit 3f64c25

Browse files
authored
Add PHP 8.4
1 parent ce67a8b commit 3f64c25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [8.3, 8.2, 8.1, 8.0]
12+
php: [8.4, 8.3, 8.2, 8.1, 8.0]
1313
laravel: ["^11.0", "^10.0", "^9.0", "^8.12"]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
@@ -30,6 +30,8 @@ jobs:
3030
php: 8.0
3131
- laravel: "^8.12"
3232
php: 8.3
33+
- laravel: "^8.12"
34+
php: 8.4
3335

3436
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
3537

0 commit comments

Comments
 (0)