Skip to content

Commit

Permalink
Merge pull request #123 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
tanthammar authored Apr 11, 2023
2 parents 52188c2 + 0101288 commit d666c3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.0, 8.1]
laravel: [9.*]
laravel: [9.*, 10.*]
stability: [prefer-stable]
include:
- laravel: 10.*
testbench: 8.0
- laravel: 9.*
testbench: 7.0

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
},
"require-dev": {
"orchestra/testbench": "^7.0",
"orchestra/testbench": "^7.0|^8.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.2",
"phpunit/phpunit": "^9.5.10",
Expand Down

0 comments on commit d666c3d

Please sign in to comment.