Skip to content

Commit ecc1c33

Browse files
committed
Eh
1 parent 3c5b564 commit ecc1c33

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,17 @@ jobs:
2222
plugin: '^2.0'
2323
phpunit: '^10.0'
2424
- laravel: '12.*'
25+
php: 8.3
2526
testbench: '^10.0'
26-
pest: '^3.0'
27-
plugin: '^3.0'
28-
phpunit: '^11.5'
27+
pest: '^4.0'
28+
plugin: '^4.0'
29+
phpunit: '^12.0'
30+
- laravel: '12.*'
31+
php: 8.4
32+
testbench: '^10.0'
33+
pest: '^4.0'
34+
plugin: '^4.0'
35+
phpunit: '^12.0'
2936

3037
name: PHP ${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3138

@@ -47,7 +54,7 @@ jobs:
4754
4855
- name: Install dependencies
4956
run: |
50-
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
57+
composer require --dev "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
5158
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5259
5360
- name: Execute tests

0 commit comments

Comments
 (0)