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

Commit 8c27299

Browse files
committed
wip
1 parent 25374c9 commit 8c27299

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,22 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
os: [ ubuntu-latest ]
13+
php: [7.4, 8.0, 8.1]
1314
laravel: [ 6.*, 8.*, 9.* ]
1415
dependency-version: [ prefer-stable ]
16+
exclude:
17+
# PHP 7 is not compatible with Laravel 9 and future releases!
18+
- laravel: 9.*
19+
php: 7.4
1520
include:
1621
- laravel: 6.*
1722
testbench: 4.*
18-
php: [7.4, 8.0, 8.1]
1923

2024
- laravel: 8.*
2125
testbench: 6.*
22-
php: [7.4, 8.0, 8.1]
2326

2427
- laravel: 9.*
2528
testbench: 7.*
26-
php: [8.0, 8.1]
2729

2830
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2931

0 commit comments

Comments
 (0)