Skip to content

Commit ee873c3

Browse files
author
Zain Mehdi
committed
Remove incompatible PHP / Laravel combinations from test matrix
1 parent dbc83d3 commit ee873c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
php: 7.1
3838
- laravel: 8.*
3939
php: 7.2
40+
# Laravel 6 only support PHP <=8.0
41+
- laravel: 6.*
42+
php: 8.1
43+
# Laravel 7 only support PHP <=8.0
44+
- laravel: 7.*
45+
php: 8.1
4046

4147

4248
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

0 commit comments

Comments
 (0)