Skip to content

Commit 335a8d0

Browse files
Exclude php 7.2 for L8 tests
1 parent 32ba276 commit 335a8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
testbench: 4.*
2222
- laravel: 5.8.*
2323
testbench: 3.8.*
24-
exlude:
24+
exclude:
2525
- laravel: 8.*
2626
php: 7.2
2727

0 commit comments

Comments
 (0)