Skip to content

Commit f305a7a

Browse files
committed
Drop support for PHP < 8.2
1 parent 543ed92 commit f305a7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

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

1515
strategy:
1616
matrix:
17-
php: [8.0, 8.1, 8.2, 8.3, 8.4]
17+
php: [8.2, 8.3, 8.4]
1818

1919
steps:
2020
- 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": "^8.0",
18+
"php": "^8.2",
1919
"codeception/codeception": "^5.0.0-RC1",
2020
"php-amqplib/php-amqplib": "^2.10 | ^3.0"
2121
},

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ An AMQP module for Codeception.
99

1010
## Requirements
1111

12-
* `PHP 8.0` or higher.
12+
* `PHP 8.2` or higher.
1313

1414
## Installation
1515

0 commit comments

Comments
 (0)