Skip to content

Commit 98d69f7

Browse files
committed
wip
1 parent 513d245 commit 98d69f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
php: [8.5, 8.4, 8.3]
1919
laravel: ['11.*', '12.*']
2020
dependency-version: [prefer-lowest, prefer-stable]
21-
os: [ubuntu-latest]
21+
os: [ubuntu-latest]
2222
include:
2323
- laravel: 12.*
2424
testbench: ^10.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"phpstan/extension-installer": "^1.4.3",
3131
"phpstan/phpstan-deprecation-rules": "^1.2.1",
3232
"phpstan/phpstan-phpunit": "^1.4.2",
33-
"phpunit/phpunit": "^10.5 || ^11.5.3 || ^12.0",
33+
"phpunit/phpunit": "^11.5.3 || ^12.0",
3434
"spatie/laravel-ray": "^1.43.1"
3535
},
3636
"minimum-stability": "dev",

0 commit comments

Comments
 (0)