Skip to content

Commit 1eb5dd9

Browse files
committedJul 17, 2024
Widen PHP version range
Inspired by php-stubs/wordpress-stubs#189
1 parent bbb91eb commit 1eb5dd9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎.github/workflows/integrate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
php-version:
23+
- "8.3"
2324
- "8.2"
2425
- "8.1"
2526
- "8.0"
@@ -59,6 +60,7 @@ jobs:
5960
strategy:
6061
matrix:
6162
php-version:
63+
- "8.3"
6264
- "8.2"
6365
- "8.1"
6466
- "8.0"

‎composer.json

Lines changed: 1 addition & 1 deletion
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.3 || ^8.0",
1313
"php-stubs/generator": "^0.8.0"
1414
},
1515
"suggest": {

0 commit comments

Comments
 (0)