Skip to content

Commit

Permalink
⬆️ Upgrade to Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
wijourdil committed Apr 17, 2024
1 parent 628e5db commit 508ad1f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.1, 8.2]
laravel: [10.*]
php: [8.2, 8.3]
laravel: [11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
}
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^10.0",
"php": "^8.2",
"illuminate/contracts": "^11.0",
"spatie/laravel-package-tools": "^1.13.0",
"thecodingmachine/safe": "^2.4",
"verifiedjoseph/ntfy-php-library": "^4.0",
"webmozart/assert": "^1.11"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.0",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^8.0",
"nunomaduro/collision": "^8.1",
"larastan/larastan": "^2.0.1",
"orchestra/testbench": "^9.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-webmozart-assert": "^1.2",
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
includes:
- ./vendor/phpstan/phpstan-webmozart-assert/extension.neon
- ./vendor/thecodingmachine/phpstan-safe-rule/phpstan-safe-rule.neon
- ./vendor/nunomaduro/larastan/extension.neon
- ./vendor/larastan/larastan/extension.neon

parameters:
level: 9
Expand Down

0 comments on commit 508ad1f

Please sign in to comment.