Skip to content

Commit 6aa2d0e

Browse files
committed
wip
1 parent 4ec4f07 commit 6aa2d0e

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
stability: [prefer-lowest, prefer-stable]
2323
include:
2424
- laravel: 12.*
25-
testbench: 10.*
25+
testbench: ^10.8
2626

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

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"require": {
2121
"php": "^8.3",
2222
"ext-zip": "^1.14.0",
23-
"illuminate/console": "^12.6",
24-
"illuminate/contracts": "^12.6",
25-
"illuminate/events": "^12.6",
26-
"illuminate/filesystem": "^12.6",
27-
"illuminate/notifications": "^12.6",
28-
"illuminate/support": "^12.6",
23+
"illuminate/console": "^12.40",
24+
"illuminate/contracts": "^12.40",
25+
"illuminate/events": "^12.40",
26+
"illuminate/filesystem": "^12.40",
27+
"illuminate/notifications": "^12.40",
28+
"illuminate/support": "^12.40",
2929
"league/flysystem": "^3.30.2",
3030
"spatie/db-dumper": "^3.8.1",
3131
"spatie/laravel-package-tools": "^1.92.7",
@@ -37,16 +37,16 @@
3737
"require-dev": {
3838
"composer-runtime-api": "^2.0",
3939
"ext-pcntl": "*",
40-
"larastan/larastan": "^3.0",
40+
"larastan/larastan": "^3.8",
4141
"laravel/slack-notification-channel": "^3.7",
4242
"league/flysystem-aws-s3-v3": "^3.30.1",
4343
"mockery/mockery": "^1.6.12",
44-
"orchestra/testbench": "^10.6",
45-
"pestphp/pest": "^4.1.1",
44+
"orchestra/testbench": "^10.8",
45+
"pestphp/pest": "^4.1.5",
4646
"phpstan/extension-installer": "^1.4.3",
47-
"phpstan/phpstan-deprecation-rules": "^2.0",
48-
"phpstan/phpstan-phpunit": "^2.0",
49-
"rector/rector": "^2.0"
47+
"phpstan/phpstan-deprecation-rules": "^2.0.3",
48+
"phpstan/phpstan-phpunit": "^2.0.8",
49+
"rector/rector": "^2.2.8"
5050
},
5151
"autoload": {
5252
"psr-4": {

0 commit comments

Comments
 (0)