Skip to content

Commit

Permalink
Merge pull request #140 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
freekmurze committed Jan 24, 2023
2 parents 09c967f + b13491f commit 63dea0c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,22 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.2, 8.1, 8.0, 7.4, 7.3]
laravel: [9.*, 8.*]
laravel: [9.*, 8.*, 10.*]
dependency-version: [prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*
- laravel: 8.*
testbench: 6.*
exclude:
- laravel: 10.*
php: 8.0
- laravel: 10.*
php: 7.4
- laravel: 10.*
php: 7.3
- laravel: 9.*
php: 7.3
- laravel: 9.*
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"prefer-stable": true,
"require": {
"php": "^7.3|^8.0",
"laravel/framework": "^8.78|^9.0",
"laravel/framework": "^8.78|^9.0|^10.0",
"ext-pdo": "*"
},
"require-dev": {
"orchestra/testbench": "^6.27|^7.0",
"orchestra/testbench": "^6.27|^7.0|^8.0",
"larapack/dd": "^1.0",
"phpunit/phpunit": "^9.3"
},
Expand Down

0 comments on commit 63dea0c

Please sign in to comment.