Skip to content

Commit

Permalink
Widen PHP version range
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Jul 17, 2024
1 parent bbb91eb commit 1eb5dd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.3"
- "8.2"
- "8.1"
- "8.0"
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.3"
- "8.2"
- "8.1"
- "8.0"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"homepage": "https://github.com/php-stubs/wordpress-tests-stubs",
"license": "MIT",
"require-dev": {
"php": "~7.3 || ~8.0",
"php": "^7.3 || ^8.0",
"php-stubs/generator": "^0.8.0"
},
"suggest": {
Expand Down

0 comments on commit 1eb5dd9

Please sign in to comment.