File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1515
1616 strategy :
1717 matrix :
18- php-version : ['8.0 ', '8.1 ', '8.2 ', '8.3 ']
18+ php-version : ['8.1 ', '8.2 ', '8.3 ', '8.4 ']
1919 include :
20- - php-version : ' 8.3 '
20+ - php-version : ' 8.4 '
2121 run-sonarqube-analysis : true
2222
2323 steps :
@@ -29,15 +29,11 @@ jobs:
2929 uses : shivammathur/setup-php@v2
3030 with :
3131 php-version : ${{ matrix.php-version }}
32- tools : phpunit:9.5.0
3332 coverage : pcov
3433
3534 - name : Setup problem matchers for PHP
3635 run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
3736
38- - name : Setup problem matchers for PHPUnit
39- run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
40-
4137 - name : Get Composer Cache Directory
4238 id : composer-cache
4339 run : |
Original file line number Diff line number Diff line change 1919 }
2020 ],
2121 "require" : {
22- "php" : " ^8.0" ,
2322 "illuminate/config" : " ^10.0|^11.0" ,
2423 "illuminate/support" : " ^10.0|^11.0" ,
24+ "php" : " ^8.1" ,
2525 "php-mqtt/client" : " ^1.3.0|^2.0"
2626 },
2727 "require-dev" : {
You can’t perform that action at this time.
0 commit comments