File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 10
10
fail-fast : false
11
11
matrix :
12
12
os : [ubuntu-latest]
13
- php : ['7.2', '7.3', '7.4']
13
+ php : ['7.2', '7.3', '7.4', '8.0' ]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
15
16
16
name : PHP ${{ matrix.php }} - OS ${{ matrix.os }} - ${{ matrix.dependency-version }}
38
38
run : |
39
39
wget https://scrutinizer-ci.com/ocular.phar
40
40
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
41
+ # Disable on PHP 8 as Ocular isn't supported
42
+ if : matrix.php < 8
Original file line number Diff line number Diff line change 18
18
}
19
19
],
20
20
"require" : {
21
- "php" : " ^7.2" ,
21
+ "php" : " ^7.2|^8.0 " ,
22
22
"ext-json" : " *" ,
23
23
"guzzlehttp/guzzle" : " ^6.3 || ^7.0" ,
24
24
"illuminate/notifications" : " ^6.0 || ^7.0 || ^8.0" ,
28
28
"textalk/websocket" : " ^1.2"
29
29
},
30
30
"require-dev" : {
31
- "mockery/mockery" : " ^1.3" ,
31
+ "mockery/mockery" : " ^1.3.3 " ,
32
32
"orchestra/testbench" : " ^5.0 || ^6.0" ,
33
33
"phpunit/phpunit" : " ^8.5 || ^9.0"
34
34
},
You can’t perform that action at this time.
0 commit comments