Skip to content

Commit

Permalink
Merge pull request #5 from iodigital-com/feature/add-php-8.3-support
Browse files Browse the repository at this point in the history
Add PHP 8.3 support
  • Loading branch information
aadmathijssen authored Feb 6, 2024
2 parents fa9b9aa + ca7ca3b commit 77d27a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
composer-dependency-versions:
- "lowest"
- "highest"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"composer-plugin-api": "^2.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

<!-- Set phpcs versions. -->
<config name="php_version" value="70400"/>
<config name="testVersion" value="7.4-8.1"/>
<config name="testVersion" value="7.4-8.3"/>
</ruleset>

0 comments on commit 77d27a2

Please sign in to comment.