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 15
15
16
16
strategy :
17
17
matrix :
18
- php-version : ['7.4', '8.0']
18
+ php-version : ['7.4', '8.0', '8.1' ]
19
19
20
20
steps :
21
21
- uses : actions/checkout@v2
55
55
56
56
- name : Run SonarQube analysis
57
57
uses : sonarsource/sonarcloud-github-action@master
58
- if : matrix.php-version == '8.0 '
58
+ if : matrix.php-version == '8.1 '
59
59
env :
60
60
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
61
61
SONAR_TOKEN : ${{ secrets.SONARCLOUD_TOKEN }}
Original file line number Diff line number Diff line change 20
20
],
21
21
"require" : {
22
22
"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 " ,
25
25
"php-mqtt/client" : " ^1.0"
26
26
},
27
27
"require-dev" : {
You can’t perform that action at this time.
0 commit comments