Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #84 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
biscolab committed Feb 11, 2023
2 parents 55244b8 + 8a1bd91 commit c3d742e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [ 7.3, 7.4, '8.0', 8.1 ]
laravel: [ 7, 8, 9 ]
laravel: [ 7, 8, 9 , 10]
exclude:
- php: 7.3
laravel: 10
- php: 7.4
laravel: 10
- php: 8.0
laravel: 10
- php: 7.3
laravel: 9
- php: 7.4
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
],
"require": {
"php": "^7.3|^8.0",
"illuminate/routing": "^7.0|^8.0|^9.0",
"illuminate/support": "^7.0|^8.0|^9.0"
"illuminate/routing": "^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "5.*|6.*|^7.0",
"orchestra/testbench": "5.*|6.*|^7.0|^8.0",
"phpunit/phpunit": "^9.1"
},
"autoload": {
Expand Down

0 comments on commit c3d742e

Please sign in to comment.