We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b451c commit 5049b35Copy full SHA for 5049b35
.github/workflows/test-package.yml
@@ -25,8 +25,9 @@ jobs:
25
guzzle-version: '^7.0'
26
- php-version: '8.3'
27
28
- - php-version: '8.4'
29
- guzzle-version: '^7.9'
+ # PHP 8.4 skipped pending PLAT-14402
+ #- php-version: '8.4'
30
+ # guzzle-version: '^7.9'
31
32
steps:
33
- uses: actions/checkout@v2
0 commit comments