Skip to content

Commit d8f2c5f

Browse files
committed
AC-7563::Jenkin build is not executing for PHP8.2, update the latest package webonyx/graphql-php
2 parents 196e864 + 04cae89 commit d8f2c5f

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/php.yml

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
php-version:
16+
- "7.3"
17+
- "7.4"
18+
- "8.0"
1619
- "8.1"
1720
dependencies:
1821
- "lowest"

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"AFL-3.0"
77
],
88
"type": "phpcodesniffer-standard",
9-
"version": "28",
9+
"version": "29",
1010
"require": {
11-
"php": "^8.1||^8.2",
12-
"webonyx/graphql-php": "^15.0",
11+
"php": ">=7.3",
12+
"webonyx/graphql-php": "^14.9",
1313
"ext-simplexml": "*",
1414
"ext-dom": "*",
1515
"phpcompatibility/php-compatibility": "^9.3",

composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)