Skip to content

Commit

Permalink
Laravel 5.x matrix fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
olsgreen committed Feb 20, 2021
1 parent abc79b8 commit 407fe12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,16 @@ jobs:
php: 7.1
- laravel: 5.6.*
php: 8.0
- laravel: 5.6.*
dependency-version: prefer-lowest
- laravel: 5.7.*
php: 8.0
- laravel: 5.7.*
dependency-version: prefer-lowest
- laravel: 5.8.*
php: 8.0
- laravel: 5.8.*
dependency-version: prefer-lowest

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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"prefer-stable": true,
"require": {
"php": "^7.1.3|^8.0",
"illuminate/contracts": "^5.6|^6.0",
"illuminate/http": "^5.6|^6.0",
"illuminate/contracts": "~5.6.40|~5.7.29|~5.8.38|^6.0",
"illuminate/http": "~5.6.40|~5.7.29|~5.8.38|^6.0",
"s1lentium/iptools": "^1.1"
},
"require-dev": {
Expand Down

0 comments on commit 407fe12

Please sign in to comment.