Skip to content

Commit eacc0b0

Browse files
committed
Require PHP 7.4+
1 parent 420ad8a commit eacc0b0

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/integrate.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ jobs:
2020
strategy:
2121
matrix:
2222
php-version:
23+
- "8.5"
24+
- "8.4"
2325
- "8.3"
2426
- "8.2"
2527
- "8.1"
2628
- "8.0"
2729
- "7.4"
28-
- "7.3"
2930
runs-on: "ubuntu-24.04"
3031
timeout-minutes: 5
3132
steps:
@@ -60,12 +61,13 @@ jobs:
6061
strategy:
6162
matrix:
6263
php-version:
64+
- "8.5"
65+
- "8.4"
6366
- "8.3"
6467
- "8.2"
6568
- "8.1"
6669
- "8.0"
6770
- "7.4"
68-
- "7.3"
6971
runs-on: "ubuntu-24.04"
7072
timeout-minutes: 5
7173
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Stubs are generated directly from the [source](https://github.com/wordpress/word
88

99
### Requirements
1010

11-
- PHP >=7.3
11+
- PHP >=7.4
1212

1313
### Installation
1414

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"homepage": "https://github.com/php-stubs/wordpress-tests-stubs",
1010
"license": "MIT",
1111
"require-dev": {
12-
"php": "^7.3 || ^8.0",
12+
"php": "^7.4 || ^8.0",
1313
"php-stubs/generator": "^0.8.0"
1414
},
1515
"suggest": {
@@ -23,4 +23,4 @@
2323
"scripts-descriptions": {
2424
"cleanup": "Remove all ignored files."
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)