Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 2cb3dfe

Browse files
committed
wip
1 parent 8c27299 commit 2cb3dfe

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
@@ -14,6 +14,9 @@ jobs:
1414
laravel: [ 6.*, 8.*, 9.* ]
1515
dependency-version: [ prefer-stable ]
1616
exclude:
17+
# PHP 8.1 is not compatible with Laravel 6!
18+
- laravel: 6.*
19+
php: 8.1
1720
# PHP 7 is not compatible with Laravel 9 and future releases!
1821
- laravel: 9.*
1922
php: 7.4

0 commit comments

Comments
 (0)