File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : false
10
10
matrix :
11
11
php : [7.3, 7.4, 8.0]
12
+ stability : [prefer-lowest, prefer-stable]
12
13
13
- name : PHP ${{ matrix.php }}
14
+ name : PHP ${{ matrix.php }} (--${{ matrix.stability }})
14
15
15
16
steps :
16
17
- name : Checkout code
33
34
with :
34
35
timeout_minutes : 5
35
36
max_attempts : 5
36
- command : composer update --prefer-dist --prefer-stable --no-interaction --no-progress --ansi
37
+ command : composer update --prefer-dist --${{ matrix.stability }} --no-interaction --no-progress --ansi
37
38
38
39
- name : Run tests
39
40
run : vendor/bin/phpunit --verbose --colors=always --coverage-clover ./build/logs/clover.xml
Original file line number Diff line number Diff line change 15
15
"php" : " ^7.3|^8.0" ,
16
16
"illuminate/database" : " ^8.0" ,
17
17
"illuminate/support" : " ^8.0" ,
18
- "mockery/mockery" : " ^1.3.1 "
18
+ "mockery/mockery" : " ^1.3.2 "
19
19
},
20
20
"require-dev" : {
21
- "phpunit/phpunit" : " ^8.4|^9.0 " ,
21
+ "phpunit/phpunit" : " ^9.3.3 " ,
22
22
"orchestra/testbench" : " ^6.0"
23
23
},
24
24
"autoload" : {
You can’t perform that action at this time.
0 commit comments