Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Mar 18, 2020
1 parent 74845f5 commit 1ae57dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/run-tests.yml
Expand Up @@ -17,8 +17,6 @@ jobs:
testbench: 5.*
- laravel: 6.*
testbench: 4.*
- laravel: 5.8.*
testbench: 3.8.*

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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -17,10 +17,10 @@
],
"require": {
"php": "^7.2",
"illuminate/support": "5.8.*|^6.0|^7.0"
"illuminate/support": "^6.18|^7.0"
},
"require-dev": {
"orchestra/testbench": "3.8.*|^4.0|^5.0",
"orchestra/testbench": "^4.0|^5.0",
"phpunit/phpunit": "^8.0|^9.0"
},
"autoload": {
Expand Down

0 comments on commit 1ae57dc

Please sign in to comment.