Skip to content

Commit ca8fde8

Browse files
Update: do not run tests for php 7.4 against laravel 9
1 parent ec9b559 commit ca8fde8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- laravel: 7.*
2525
testbench: ^5.20
2626
exclude:
27+
- laravel: 9.*
28+
php: 7.4
2729
- laravel: 7.*
2830
php: 8.1
2931

0 commit comments

Comments
 (0)