Skip to content

Commit

Permalink
support laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
def203 committed Mar 24, 2021
1 parent ce86bfd commit 6aeab17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.0, 7.4]
laravel: [8.*]
laravel: [8.*, 7.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 8.*
testbench: 6.*
- laravel: 7.*
testbench: 5.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
],
"require": {
"php": "^7.4|^8.0",
"illuminate/contracts": "^8.0",
"illuminate/contracts": "^7.0|^8.0",
"spatie/laravel-package-tools": "^1.4.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.18",
"livewire/livewire": "^2.4",
"orchestra/testbench": "^6.13",
"orchestra/testbench": "^5.0|^6.13",
"phpunit/phpunit": "^9.3",
"spatie/laravel-ray": "^1.17",
"vimeo/psalm": "^4.4"
Expand Down

0 comments on commit 6aeab17

Please sign in to comment.