Skip to content

Commit c06ea6d

Browse files
committed
Drop support for PHP < 8.2
1 parent 218c297 commit c06ea6d

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
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [8.0, 8.1, 8.2, 8.3, 8.4, 8.5]
11+
php: [8.2, 8.3, 8.4, 8.5]
1212

1313
steps:
1414
- name: Checkout code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"minimum-stability": "RC",
1414
"require": {
15-
"php": "^8.0",
15+
"php": "^8.2",
1616
"ext-dom": "*",
1717
"codeception/codeception": "^5.0.8",
1818
"codeception/lib-innerbrowser": "^3.0 | ^4.0",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A SOAP 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)