Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #20 from CraftLogan/update-test-bench
Browse files Browse the repository at this point in the history
Update Test Bench and Github Actions for Laravel 7
  • Loading branch information
CraftLogan authored Mar 6, 2020
2 parents b7552d3 + 6440698 commit 5eb4ae0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.4]
php: [7.4, 7.3, 7.2]
laravel: [6.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 7.*
testbench: 5.*
- laravel: 6.*
testbench: 4.*

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"illuminate/support": "^6|^7"
},
"require-dev": {
"orchestra/testbench": "^4.0",
"orchestra/testbench": "^4.0|^5.0",
"phpunit/phpunit": "^8.0"
},
"autoload": {
Expand Down

0 comments on commit 5eb4ae0

Please sign in to comment.