Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
936ce0549d | |||
c42ec1d6ff |
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -15,9 +15,9 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
php-version: ['7.4', '8.0', '8.1']
|
||||
php-version: ['7.4', '8.0', '8.1', '8.2']
|
||||
include:
|
||||
- php-version: '8.1'
|
||||
- php-version: '8.2'
|
||||
run-sonarqube-analysis: true
|
||||
|
||||
steps:
|
||||
|
@ -20,8 +20,8 @@
|
||||
],
|
||||
"require": {
|
||||
"php": "^7.4|^8.0",
|
||||
"illuminate/config": "~7.0|~8.0|~9.0",
|
||||
"illuminate/support": "~7.0|~8.0|~9.0",
|
||||
"illuminate/config": "^7.0|^8.0|^9.0|^10.0",
|
||||
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
|
||||
"php-mqtt/client": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
Reference in New Issue
Block a user