Skip to content

Commit e6f79e4

Browse files
committed
Drop support for PHP 8.0
1 parent 993c294 commit e6f79e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
php: [8.0, 8.1, 8.2, 8.3]
14+
php: [8.1, 8.2, 8.3]
1515

1616
steps:
1717
- name: Checkout code

composer.json

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

0 commit comments

Comments
 (0)