Skip to content

Commit 272cb98

Browse files
committedMar 12, 2024·
Don't test Laravel 8 on PHP 8.3
1 parent 417b445 commit 272cb98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/phpunit.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- laravel: 11.*
2626
testbench: 9.x-dev
2727
exclude:
28+
- php: 8.3
29+
laravel: ^8.79
2830
- php: 8.2
2931
laravel: ^8.79
3032
- php: 8.1

0 commit comments

Comments
 (0)
Please sign in to comment.