Skip to content

Commit b44b3ee

Browse files
committed
Support PHP 8
1 parent 3a2fba4 commit b44b3ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4]
15+
php: [5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0]
1616

1717
steps:
1818
- name: Checkout code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"minimum-stability": "RC",
1717
"require": {
18-
"php": ">=5.6.0 <8.0",
18+
"php": ">=5.6.0 <9.0",
1919
"codeception/codeception": "^4.0",
2020
"php-amqplib/php-amqplib": "^2.10.0"
2121
},

0 commit comments

Comments
 (0)