Skip to content

Commit eed00ef

Browse files
committed
test: exclude php81 and L6
1 parent 0498d7a commit eed00ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
php: [7.4, 8.0, 8.1]
1616
laravel: [8.*, 6.*]
1717
dependency-version: [prefer-stable]
18+
exclude:
19+
- php: 8.1
20+
laravel: 6.*
1821
include:
1922
- laravel: 8.*
2023
testbench: 6.*

0 commit comments

Comments
 (0)