Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d4c199b

Browse filesBrowse files
authored
Merge pull request #269 from magento-gl/php8.4_support
Added support php8.4
2 parents 95d3139 + 7ab4885 commit d4c199b
Copy full SHA for d4c199b

File tree

Expand file treeCollapse file tree

3 files changed

+179
-167
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+179
-167
lines changed

‎.github/workflows/php.yml

Copy file name to clipboardExpand all lines: .github/workflows/php.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
php-version:
16-
- "8.1"
1716
- "8.2"
1817
- "8.3"
18+
- "8.4"
1919
dependencies:
2020
- "lowest"
2121
- "highest"

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "phpcodesniffer-standard",
99
"version": "35",
1010
"require": {
11-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
11+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
1212
"webonyx/graphql-php": "^15.0",
1313
"ext-simplexml": "*",
1414
"ext-dom": "*",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.