Skip to content

Commit 5049b35

Browse files
author
Steve Kirkland
committed
Skip tests on 8.4 pending PLAT-14402
1 parent f3b451c commit 5049b35

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-package.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
guzzle-version: '^7.0'
2626
- php-version: '8.3'
2727
guzzle-version: '^7.0'
28-
- php-version: '8.4'
29-
guzzle-version: '^7.9'
28+
# PHP 8.4 skipped pending PLAT-14402
29+
#- php-version: '8.4'
30+
# guzzle-version: '^7.9'
3031

3132
steps:
3233
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)