Skip to content

Commit

Permalink
Merge pull request #194 from magento-gl/AC-6437
Browse files Browse the repository at this point in the history
AC-6437:Ensure PHP8.1 support after 7.4 removal - Added support for R…
  • Loading branch information
sidolov committed Oct 17, 2022
2 parents 0263b89 + 5fd9e4c commit 097bda3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
fail-fast: false
matrix:
php-version:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
dependencies:
- "lowest"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ class ClassPropertyPHPDocFormattingSniff extends AbstractVariableSniff
T_NS_SEPARATOR,
T_STRING,
T_COMMENT,
T_NULLABLE
T_NULLABLE,
T_BITWISE_AND,
T_TYPE_UNION,
];

/**
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"AFL-3.0"
],
"type": "phpcodesniffer-standard",
"version": "26",
"version": "27",
"require": {
"php": ">=7.3",
"php": "^8.1||^8.2",
"webonyx/graphql-php": "^14.9",
"ext-simplexml": "*",
"ext-dom": "*",
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 097bda3

Please sign in to comment.