Skip to content

Commit b273768

Browse files
authored
Test against PHP 8.4 (#193)
1 parent f13854a commit b273768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
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
mqtt-broker: ['mosquitto-1.6', 'mosquitto-2.0', 'hivemq', 'emqx', 'rabbitmq']
2020
include:
21-
- php-version: '8.3'
21+
- php-version: '8.4'
2222
mqtt-broker: 'mosquitto-2.0'
2323
run-sonarqube-analysis: true
2424

0 commit comments

Comments
 (0)