Skip to content

Commit 44b6f0d

Browse files
committed
Exclude php 8.0 for Laravel 10
1 parent 9fe4181 commit 44b6f0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- laravel: ^8.80
1919
testbench: 6.23
2020
exclude:
21+
- laravel: 10.*
22+
php: 8.0
2123
- laravel: ^8.80
2224
php: 8.2
2325

0 commit comments

Comments
 (0)