Skip to content

Commit 759b70c

Browse files
authoredApr 10, 2024
Update supported PHP and Laravel versions (#57)
* Remove PHP 7.4 and EOL Laravel versions * Build against PHP 8.3
1 parent 54b2fc0 commit 759b70c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
php-version: ['7.4', '8.0', '8.1', '8.2']
18+
php-version: ['8.0', '8.1', '8.2', '8.3']
1919
include:
20-
- php-version: '8.2'
20+
- php-version: '8.3'
2121
run-sonarqube-analysis: true
2222

2323
steps:

‎composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^7.4|^8.0",
23-
"illuminate/config": "^7.0|^8.0|^9.0|^10.0|^11.0",
24-
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
22+
"php": "^8.0",
23+
"illuminate/config": "^10.0|^11.0",
24+
"illuminate/support": "^10.0|^11.0",
2525
"php-mqtt/client": "^1.3.0|^2.0"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)