File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515
1616 strategy :
1717 matrix :
18- php-version : ['7.4', '8.0']
18+ php-version : ['7.4', '8.0', '8.1' ]
1919
2020 steps :
2121 - uses : actions/checkout@v2
5555
5656 - name : Run SonarQube analysis
5757 uses : sonarsource/sonarcloud-github-action@master
58- if : matrix.php-version == '8.0 '
58+ if : matrix.php-version == '8.1 '
5959 env :
6060 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6161 SONAR_TOKEN : ${{ secrets.SONARCLOUD_TOKEN }}
Original file line number Diff line number Diff line change 2020 ],
2121 "require" : {
2222 "php" : " ^7.4|^8.0" ,
23- "illuminate/config" : " ~7.0|~8.0" ,
24- "illuminate/support" : " ~7.0|~8.0" ,
23+ "illuminate/config" : " ~7.0|~8.0|~9.0 " ,
24+ "illuminate/support" : " ~7.0|~8.0|~9.0 " ,
2525 "php-mqtt/client" : " ^1.0"
2626 },
2727 "require-dev" : {
You can’t perform that action at this time.
0 commit comments