Skip to content

Commit

Permalink
Merge pull request #9 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
dietercoopman committed Feb 1, 2023
2 parents ba7ee6a + d55a66f commit b02d517
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -14,9 +14,11 @@ jobs:
matrix:
os: [ ubuntu-latest, windows-latest ]
php: [ 8.1,8.0, 7.4 ]
laravel: [ 9.*,8.*,7.*,6.* ]
laravel: [ 9.*,8.*,7.*,6.* , 10.*]
stability: [ prefer-lowest, prefer-stable ]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
Expand All @@ -26,6 +28,10 @@ jobs:
- laravel: 6.*
testbench: ^4.0
exclude:
- laravel: 10.*
php: 8.0
- laravel: 10.*
php: 7.4
- laravel: 9.*
php: 7.4
- laravel: 8.*
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -17,10 +17,10 @@
],
"require": {
"php": "^7.4|^8.0|^8.1",
"illuminate/support": "^6|^7|^8|^9"
"illuminate/support": "^6|^7|^8|^9|^10.0"
},
"require-dev": {
"orchestra/testbench": "^6.15"
"orchestra/testbench": "^6.15|^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b02d517

Please sign in to comment.