Skip to content

Commit 0998208

Browse files
committed
Update dependencies in GitHub Actions workflow and composer.json for compatibility with Laravel 12
1 parent dd2d1a9 commit 0998208

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Install dependencies
7171
run: |
7272
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
73-
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
73+
composer update --${{ matrix.stability }} --prefer-dist --no-interaction --with-all-dependencies
7474
7575
- name: Execute tests
7676
run: vendor/bin/phpunit

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"larastan/larastan": "^2.9",
4949
"mockery/mockery": "^1.4",
5050
"nunomaduro/phpinsights": "^2.11",
51-
"orchestra/testbench": "^8.0|^9.0",
52-
"phpunit/phpunit": "^10.5",
51+
"orchestra/testbench": "10.*",
52+
"phpunit/phpunit": "^11.5.3",
5353
"squizlabs/php_codesniffer": "^3.7"
5454
},
5555
"scripts": {

0 commit comments

Comments
 (0)