Skip to content

Commit 938bdab

Browse files
committed
Require PHP >= 8.2 for development
1 parent dbb1189 commit 938bdab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test-suite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
strategy:
5151
matrix:
52-
php-versions: ['8.1', '8.2', '8.3', '8.4']
52+
php-versions: ['8.2', '8.3', '8.4']
5353

5454
steps:
5555
- name: Checkout Repository

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"ext-openssl": "*"
2828
},
2929
"require-dev": {
30+
"php": ">=8.2",
3031
"phlak/coding-standards": "^4.0",
3132
"phpstan/phpstan": "^2.0",
3233
"psy/psysh": "^0.12",

0 commit comments

Comments
 (0)