Skip to content

Commit 2af7090

Browse files
Testing php 8.1 with laravel 8.74 as its lowest version of laravel
1 parent 4014e36 commit 2af7090

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,18 @@ jobs:
1212
php: [7.3, 7.4, 8.0, 8.1]
1313
laravel: [8.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
15+
exclude:
16+
- php: 8.1
17+
laravel: 8.*
18+
dependency-version: prefer-lowest
1519
include:
1620
- laravel: 8.*
1721
testbench: 6.*
18-
exclude:
22+
#Testing php 8.1 with Laravel 8.74 as its lowest
1923
- php: 8.1
20-
laravel: 8.*
24+
laravel: ^8.74
2125
dependency-version: prefer-lowest
26+
testbench: 6.*
2227

2328
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2429

0 commit comments

Comments
 (0)