Skip to content

Commit 092cf55

Browse files
committed
Update supported PHP versions to match PHPCS's
1 parent 8ef572e commit 092cf55

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
strategy:
1313
matrix:
1414
php-version:
15-
- "7.0"
16-
- "7.1"
1715
- "7.2"
1816
- "7.3"
1917
- "7.4"
@@ -22,6 +20,7 @@ jobs:
2220
- "8.2"
2321
- "8.3"
2422
- "8.4"
23+
- "8.5"
2524

2625
steps:
2726
- uses: actions/checkout@v4

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"squizlabs/php_codesniffer": "3.13.4"
1919
},
2020
"require": {
21+
"php": ">=7.2.0",
2122
"composer-runtime-api": "^2.1"
2223
},
2324
"require-dev": {

0 commit comments

Comments
 (0)