Skip to content

Commit 444800d

Browse files
authored
Merge pull request #139 from erikn69/patch-6
PHP 8.3, 8.4 Tests
2 parents c5ace05 + aa496ae commit 444800d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.2, 8.1, 8.0]
12+
php: [8.4, 8.3, 8.2, 8.1, 8.0]
1313
laravel: [11.*, 10.*, 9.*, 8.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
@@ -28,6 +28,12 @@ jobs:
2828
php: 8.0
2929
- laravel: 10.*
3030
php: 8.0
31+
- laravel: 9.*
32+
php: 8.4
33+
- laravel: 8.*
34+
php: 8.4
35+
- laravel: 8.*
36+
php: 8.3
3137

3238
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
3339

0 commit comments

Comments
 (0)