Skip to content

Commit

Permalink
Merge pull request #33 from evryn/features/support-laravel-9
Browse files Browse the repository at this point in the history
Add support for Laravel 9
  • Loading branch information
AmirrezaNasiri authored Sep 4, 2022
2 parents 0ee8d48 + e57bb7a commit ad565bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
php: ['7.3', '7.4', '8.0']
laravel: ['7.*', '8.*', '9.*']
stability: [prefer-lowest, prefer-stable]
exclude:
- laravel: '9.*'
php: '7.3'
- laravel: '9.*'
php: '7.4'
include:
- laravel: '7.*'
testbench: '5.*'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"guzzlehttp/guzzle": "^6.3|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"phpunit/phpunit": "^8.0|^9.0",
"mockery/mockery": "^1.3.3",
"orchestra/testbench": "~3.8.0|^4.0|^5.0|^6.0",
"sempro/phpunit-pretty-print": "^1.0"
Expand Down

0 comments on commit ad565bf

Please sign in to comment.