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 1010 fail-fast : false
1111 matrix :
1212 os : [ubuntu-latest]
13- php : ['7.2', '7.3', '7.4']
13+ php : ['7.2', '7.3', '7.4', '8.0' ]
1414 dependency-version : [prefer-lowest, prefer-stable]
1515
1616 name : PHP ${{ matrix.php }} - OS ${{ matrix.os }} - ${{ matrix.dependency-version }}
3838 run : |
3939 wget https://scrutinizer-ci.com/ocular.phar
4040 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 1818 }
1919 ],
2020 "require" : {
21- "php" : " ^7.2" ,
21+ "php" : " ^7.2|^8.0 " ,
2222 "ext-json" : " *" ,
2323 "guzzlehttp/guzzle" : " ^6.3 || ^7.0" ,
2424 "illuminate/notifications" : " ^6.0 || ^7.0 || ^8.0" ,
2828 "textalk/websocket" : " ^1.2"
2929 },
3030 "require-dev" : {
31- "mockery/mockery" : " ^1.3" ,
31+ "mockery/mockery" : " ^1.3.3 " ,
3232 "orchestra/testbench" : " ^5.0 || ^6.0" ,
3333 "phpunit/phpunit" : " ^8.5 || ^9.0"
3434 },
You can’t perform that action at this time.
0 commit comments