Skip to content

Commit 3543663

Browse files
committed
tests: php 8.3 support
1 parent 610b369 commit 3543663

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php: [8.0, 8.1, 8.2]
11+
php: [8.0, 8.1, 8.2, 8.3]
1212
laravel: [6.*, 7.*, 8.*, 9.*, 10.*]
1313
stability: [prefer-lowest, prefer-stable]
1414
include:
@@ -44,6 +44,16 @@ jobs:
4444
- php: 8.2
4545
laravel: 9.*
4646
stability: prefer-lowest
47+
- php: 8.3
48+
laravel: 6.*
49+
- php: 8.3
50+
laravel: 7.*
51+
- php: 8.3
52+
laravel: 8.*
53+
stability: prefer-lowest
54+
- php: 8.3
55+
laravel: 9.*
56+
stability: prefer-lowest
4757

4858
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
4959

0 commit comments

Comments
 (0)