Skip to content

Commit 0984b49

Browse files
committed
Update workflows and dependencies for Laravel 12 and PHP 8.5 compatibility
1 parent 881b7c0 commit 0984b49

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
20-
php: [8.3, 8.2]
21-
laravel: [10.*]
20+
php: [8.5, 8.4]
21+
laravel: [12.*, 11.*]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:
24-
- laravel: 10.*
24+
- laravel: 12.*
2525
testbench: 8.*
2626
carbon: ^2.63
2727

composer.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,26 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^8.2",
21-
"illuminate/contracts": "^10.0",
22-
"illuminate/database": "^10.0",
23-
"illuminate/queue": "^10.0",
24-
"illuminate/support": "^10.0",
25-
"rokde/laravel-utilities": "^1.0",
26-
"spatie/laravel-package-tools": "^1.14.0"
20+
"php": "^8.3",
21+
"illuminate/contracts": "^10.0|^11.0|^12.0",
22+
"illuminate/database": "^10.0|^11.0|^12.0",
23+
"illuminate/queue": "^10.0|^11.0|^12.0",
24+
"illuminate/support": "^10.0|^11.0|^12.0",
25+
"rokde/laravel-utilities": "^1.0.1",
26+
"spatie/laravel-package-tools": "^1.92.7"
2727
},
2828
"require-dev": {
29-
"doctrine/dbal": "^4.0",
30-
"larastan/larastan": "^2.0.1",
31-
"laravel/pint": "^1.0",
32-
"nunomaduro/collision": "^7.8",
33-
"orchestra/testbench": "^8.8",
34-
"pestphp/pest": "^2.20",
35-
"pestphp/pest-plugin-arch": "^2.5",
36-
"pestphp/pest-plugin-laravel": "^2.0",
37-
"phpstan/extension-installer": "^1.1",
38-
"phpstan/phpstan-deprecation-rules": "^1.0",
39-
"phpstan/phpstan-phpunit": "^1.0"
29+
"doctrine/dbal": "^4.3.4",
30+
"larastan/larastan": "^2.9.14",
31+
"laravel/pint": "^1.25.1",
32+
"nunomaduro/collision": "^7.12",
33+
"orchestra/testbench": "^8.18",
34+
"pestphp/pest": "^2.36",
35+
"pestphp/pest-plugin-arch": "^2.7",
36+
"pestphp/pest-plugin-laravel": "^2.2",
37+
"phpstan/extension-installer": "^1.4.3",
38+
"phpstan/phpstan-deprecation-rules": "^1.2.1",
39+
"phpstan/phpstan-phpunit": "^1.4.2"
4040
},
4141
"autoload": {
4242
"psr-4": {

0 commit comments

Comments
 (0)