Skip to content

Commit 0ad23bd

Browse files
committed
chore(deps): drop support for php 8.1
1 parent 4f4d44f commit 0ad23bd

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
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
php: [8.1, 8.2, 8.3, 8.4, 8.5]
12+
php: [8.2, 8.3, 8.4, 8.5]
1313
experimental: [false]
1414
include:
1515
- php: 8.6

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"homepage": "https://codeception.com/",
2020
"require": {
21-
"php": "^8.1",
21+
"php": "^8.2",
2222
"ext-json": "*",
2323
"codeception/codeception": "*@dev",
2424
"codeception/lib-innerbrowser": "*@dev",

0 commit comments

Comments
 (0)