We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb91eb commit 1eb5dd9Copy full SHA for 1eb5dd9
.github/workflows/integrate.yml
@@ -20,6 +20,7 @@ jobs:
20
strategy:
21
matrix:
22
php-version:
23
+ - "8.3"
24
- "8.2"
25
- "8.1"
26
- "8.0"
@@ -59,6 +60,7 @@ jobs:
59
60
61
62
63
64
65
66
composer.json
@@ -9,7 +9,7 @@
9
"homepage": "https://github.com/php-stubs/wordpress-tests-stubs",
10
"license": "MIT",
11
"require-dev": {
12
- "php": "~7.3 || ~8.0",
+ "php": "^7.3 || ^8.0",
13
"php-stubs/generator": "^0.8.0"
14
},
15
"suggest": {
0 commit comments