We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ee3b9 commit ec203ceCopy full SHA for ec203ce
2 files changed
.github/workflows/php-test-workflow.yml
@@ -19,6 +19,10 @@ jobs:
19
dependencies-preference: " "
20
- php: '8.3'
21
dependencies-preference: "--prefer-lowest"
22
+ - php: '8.4'
23
+ dependencies-preference: " "
24
25
+ dependencies-preference: "--prefer-lowest"
26
fail-fast: false
27
steps:
28
- uses: actions/checkout@v4
composer.json
@@ -13,7 +13,7 @@
13
"homepage": "http://github.com/apigee/apigee-client-php",
14
"license": "Apache-2.0",
15
"require": {
16
- "php": "~8.2 || ~8.3",
+ "php": "~8.2 || ~8.3 || ~8.4",
17
"ext-json": "*",
18
"ext-openssl": "*",
"ext-reflection": "*",
0 commit comments