Skip to content

Commit 69af983

Browse files
committed
Drop support for PHP 8.0
1 parent 6a28395 commit 69af983

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

+1-1
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]
11+
php: [8.1, 8.2, 8.3, 8.4]
1212

1313
steps:
1414
- name: Checkout code

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"homepage": "https://codeception.com/",
2424
"require": {
25-
"php": "^8.0",
25+
"php": "^8.1",
2626
"codeception/codeception": "*@dev",
2727
"codeception/lib-asserts": "^2.0"
2828
},

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A Codeception module containing various assertions.
99

1010
## Requirements
1111

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

1414
## Installation
1515

0 commit comments

Comments
 (0)