Skip to content

Commit a3eb3dd

Browse files
committed
Drop support for PHP < 8.2
1 parent 59f7f01 commit a3eb3dd

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
@@ -17,7 +17,7 @@
1717
],
1818
"homepage": "https://codeception.com/",
1919
"require": {
20-
"php": "^8.0",
20+
"php": "^8.2",
2121
"codeception/codeception": "*@dev",
2222
"symfony/finder": "^4.4 || ^5.4 || ^6.0 || ^7.0"
2323
},

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A Codeception module for testing local filesystem.
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)