File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,13 @@ jobs:
11
11
php : ['8.2', '8.3']
12
12
os : [ubuntu-latest]
13
13
stability : [prefer-stable]
14
- laravel : [11.*, 12.*]
15
14
include :
16
15
- laravel : 11.*
17
16
testbench : 9.*
17
+ phpunit : ^10.0
18
18
- laravel : 12.*
19
19
testbench : 10.*
20
+ phpunit : ^11.5.3
20
21
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
21
22
steps :
22
23
- name : Checkout code
41
42
run : docker compose up -d
42
43
- name : Install dependencies
43
44
run : |
44
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev
45
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction --no-update --dev
45
46
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
46
47
- name : Execute tests
47
48
run : vendor/bin/phpunit --no-coverage
You can’t perform that action at this time.
0 commit comments