Skip to content

Commit

Permalink
Merge pull request #15 from stancl/patch-2
Browse files Browse the repository at this point in the history
Laravel 9 support
  • Loading branch information
imliam authored Feb 2, 2022
2 parents 38ea95f + a33e3a9 commit 55a46d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
env:
- LARAVEL_VERSION='^7.0' TESTBENCH_VERSION='^5.0'
- LARAVEL_VERSION='^8.0' TESTBENCH_VERSION='^6.0'
- LARAVEL_VERSION='^9.0' TESTBENCH_VERSION='^7.0'
name: Test on PHP ${{ matrix.php-versions }}, Laravel ${{ matrix.laravel-versions }} and ${{ matrix.composer-flags }}
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
}],
"require": {
"php": "^7.3|^8.0",
"illuminate/support": "^7.0|^8.0"
"illuminate/support": "^7.0|^8.0|^9.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"larapack/dd": "^1.0",
"orchestra/testbench": "^5.0|^6.0",
"orchestra/testbench": "^5.0|^6.0|^7.0",
"mockery/mockery": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 55a46d2

Please sign in to comment.