Skip to content

Commit a9184bf

Browse files
committed
Drop support for PHP 8.0
1 parent d2d8b36 commit a9184bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

1313
steps:
1414
- name: Checkout code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"homepage": "https://codeception.com/",
1515
"require": {
16-
"php": "^8.0",
16+
"php": "^8.1",
1717
"ext-mbstring": "*",
1818
"guzzlehttp/psr7": "^2.0",
1919
"phpunit/phpunit": "^9.5 | ^10.0 | ^11.0",

0 commit comments

Comments
 (0)