Skip to content

Commit 407fe12

Browse files
committed
Laravel 5.x matrix fixes.
1 parent abc79b8 commit 407fe12

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/run_tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,16 @@ jobs:
2525
php: 7.1
2626
- laravel: 5.6.*
2727
php: 8.0
28+
- laravel: 5.6.*
29+
dependency-version: prefer-lowest
2830
- laravel: 5.7.*
2931
php: 8.0
32+
- laravel: 5.7.*
33+
dependency-version: prefer-lowest
3034
- laravel: 5.8.*
3135
php: 8.0
36+
- laravel: 5.8.*
37+
dependency-version: prefer-lowest
3238

3339
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Testbench ${{ matrix.testbench }} (${{ matrix.dependency-version }})
3440

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"prefer-stable": true,
1313
"require": {
1414
"php": "^7.1.3|^8.0",
15-
"illuminate/contracts": "^5.6|^6.0",
16-
"illuminate/http": "^5.6|^6.0",
15+
"illuminate/contracts": "~5.6.40|~5.7.29|~5.8.38|^6.0",
16+
"illuminate/http": "~5.6.40|~5.7.29|~5.8.38|^6.0",
1717
"s1lentium/iptools": "^1.1"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)