Skip to content

Commit 2678347

Browse files
committedMar 4, 2025
Exclude laravel 8 from 8.4
1 parent bfb9fe3 commit 2678347

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
@@ -27,6 +27,8 @@ jobs:
2727
- laravel: 12.*
2828
testbench: 10.*
2929
exclude:
30+
- php: 8.4
31+
laravel: ^8.79
3032
- php: 8.3
3133
laravel: ^8.79
3234
- php: 8.2

0 commit comments

Comments
 (0)