Skip to content

Commit 6e80c9d

Browse files
committed
Attempt 2234234
1 parent 731ce03 commit 6e80c9d

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ jobs:
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
2020
- laravel: 11.*
21-
testbench: ^9.0
22-
pest: ^2.0
23-
phpunit: ^10.0
21+
testbench: "^9.0"
22+
pest: "^2.0"
23+
plugin: "^2.0"
24+
phpunit: "^10.0"
2425
- laravel: 12.*
25-
testbench: ^10.0
26-
pest: ^3.0
27-
phpunit: ^11.0
26+
testbench: "^10.0"
27+
pest: "^3.0"
28+
plugin: "^3.0"
29+
phpunit: "^11.0"
2830

2931
name: PHP${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3032

@@ -46,7 +48,7 @@ jobs:
4648
4749
- name: Install dependencies
4850
run: |
49-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "pestphp/pest:${{ matrix.pest }}" "pestphp/pest-plugin-laravel:${{ matrix.pest }}" "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction --no-update
51+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "pestphp/pest:${{ matrix.pest }}" "pestphp/pest-plugin-laravel:${{ matrix.plugin }}" "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction --no-update
5052
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5153
5254
- name: Execute tests

0 commit comments

Comments
 (0)