Skip to content

Commit f71dde3

Browse files
authored
Drop support for PHP 8.0 + 8.1 (#19)
1 parent 36e04e5 commit f71dde3

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
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
php: [8.0, 8.1, 8.2, 8.3, 8.4, 8.5]
16+
php: [8.2, 8.3, 8.4, 8.5]
1717

1818
steps:
1919
- name: Checkout code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"minimum-stability": "RC",
1414
"require": {
15-
"php": "^8.0",
15+
"php": "^8.2",
1616
"codeception/codeception": "^5.0",
1717
"mongodb/mongodb": "^1.12 || ^2.0"
1818
},

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ composer require "codeception/module-mongodb" --dev
1515

1616
## Requirements
1717

18-
* `PHP 8.0` or higher.
18+
* `PHP 8.2` or higher.
1919

2020
## Documentation
2121

0 commit comments

Comments
 (0)