Skip to content

Commit 3fb2192

Browse files
committed
L12
1 parent 69b0590 commit 3fb2192

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest]
2020
php: [8.3, 8.4]
21-
laravel: [11.*]
21+
laravel: [11.*, 12.*]
2222
stability: [prefer-stable]
2323
include:
2424
- laravel: 11.*
2525
testbench: 9.*
26+
- laravel: 11.*
27+
testbench: 10.*
2628

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

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
"spatie/laravel-package-tools": "^1.13.6"
2323
},
2424
"require-dev": {
25-
"larastan/larastan": "^3.0.0",
26-
"laravel/pint": "^1.0",
27-
"nunomaduro/collision": "^8.1",
28-
"orchestra/testbench": "^9.9",
25+
"laravel/pint": "^1.14",
26+
"nunomaduro/collision": "^8.1.1",
27+
"larastan/larastan": "^3.0",
28+
"orchestra/testbench": "^9.0.0||^10.0.0",
2929
"pestphp/pest": "^3.0",
3030
"pestphp/pest-plugin-arch": "^3.0",
3131
"pestphp/pest-plugin-laravel": "^3.0",
32-
"phpstan/extension-installer": "^1.4",
33-
"phpstan/phpstan-deprecation-rules": "^2.0",
34-
"phpstan/phpstan-phpunit": "^2.0"
32+
"phpstan/extension-installer": "^1.3||^2.0",
33+
"phpstan/phpstan-deprecation-rules": "^1.1||^2.0",
34+
"phpstan/phpstan-phpunit": "^1.3||^2.0"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)