Skip to content

Commit 5b441b0

Browse files
committed
Drop support for PHP 8.1
1 parent 3c5f81f commit 5b441b0

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
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
php: [8.1, 8.2, 8.3, 8.4]
14+
php: [8.2, 8.3, 8.4]
1515
composer-options: ["", "--prefer-lowest"]
1616

1717
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"homepage": "https://codeception.com/",
1616
"require": {
17-
"php": "^8.1",
17+
"php": "^8.2",
1818
"ext-dom": "*",
1919
"ext-json": "*",
2020
"codeception/codeception": "^5.0.8",

readme.md

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

1010
## Requirements
1111

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

1414
## Installation
1515

0 commit comments

Comments
 (0)