Skip to content

Commit 02707b3

Browse files
committed
feat: Set up tests with PHP 8.3
1 parent 3662a78 commit 02707b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: true
2020
matrix:
2121
os: [ubuntu-latest]
22-
php: [8.1, 8.2]
22+
php: [8.1, 8.2, 8.3]
2323
laravel: ['9.*', '10.*', '11.*']
2424
stability: [prefer-stable]
2525
include:
@@ -30,6 +30,8 @@ jobs:
3030
- laravel: 11.*
3131
testbench: ^9.0
3232
exclude:
33+
- laravel: 9.*
34+
php: 8.3
3335
- laravel: 11.*
3436
php: 8.1
3537

0 commit comments

Comments
 (0)