Skip to content

Commit

Permalink
Upgrade to L11
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkidn committed Mar 15, 2024
1 parent 9cd734e commit 1e16ce7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.3]
laravel: [10.*]
laravel: [10.*, 11.*]
stability: [prefer-stable]

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"require": {
"php": "^8.2",
"codedor/laravel-locale-collection": "^1.0",
"illuminate/contracts": "^10.0",
"illuminate/contracts": "^10.0 || ^11.0",
"spatie/laravel-package-tools": "^1.12"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.0",
"larastan/larastan": "^2.0",
"orchestra/testbench": "^8.0",
"orchestra/testbench": "^8.0 || ^9.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"phpstan/extension-installer": "^1.1",
Expand All @@ -44,6 +44,9 @@
"providers": [
"Codedor\\TranslatableRoutes\\Providers\\TranslatableRoutesServiceProvider"
]
},
"branch-alias": {
"dev-feature/laravel-11": "1.1.x-dev"
}
},
"config": {
Expand Down

0 comments on commit 1e16ce7

Please sign in to comment.