Skip to content

Commit

Permalink
PHP version bump to PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire committed Jun 24, 2024
1 parent dd20c63 commit 43e3520
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/php-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
dependencies-preference: " "
- php: '8.2'
dependencies-preference: "--prefer-lowest"
- php: '8.3'
dependencies-preference: " "
- php: '8.3'
dependencies-preference: "--prefer-lowest"
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"homepage": "http://github.com/apigee/apigee-client-php",
"license": "Apache-2.0",
"require": {
"php": "~8.1 || ~8.2",
"php": "~8.1 || ~8.2 || ~8.3",
"ext-json": "*",
"ext-openssl": "*",
"ext-reflection": "*",
Expand Down

0 comments on commit 43e3520

Please sign in to comment.