We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef572e commit 092cf55Copy full SHA for 092cf55
2 files changed
.github/workflows/php.yml
@@ -12,8 +12,6 @@ jobs:
12
strategy:
13
matrix:
14
php-version:
15
- - "7.0"
16
- - "7.1"
17
- "7.2"
18
- "7.3"
19
- "7.4"
@@ -22,6 +20,7 @@ jobs:
22
20
- "8.2"
23
21
- "8.3"
24
- "8.4"
+ - "8.5"
25
26
steps:
27
- uses: actions/checkout@v4
composer.json
@@ -18,6 +18,7 @@
"squizlabs/php_codesniffer": "3.13.4"
},
"require": {
+ "php": ">=7.2.0",
"composer-runtime-api": "^2.1"
"require-dev": {
0 commit comments