Skip to content

Commit 33e41e4

Browse files
authored
Merge pull request #142 from magento-commerce/patch-1
Run tests on php 8.1
2 parents cd02bf3 + 84eb986 commit 33e41e4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/php.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- "7.3"
1717
- "7.4"
1818
- "8.0"
19+
- "8.1"
1920
dependencies:
2021
- "lowest"
2122
- "highest"

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"ext-simplexml": "*",
1414
"ext-dom": "*",
1515
"phpcompatibility/php-compatibility": "^9.3",
16-
"squizlabs/php_codesniffer": "^3.6",
16+
"squizlabs/php_codesniffer": "^3.6.1",
1717
"rector/rector": "^0.12.4"
1818
},
1919
"require-dev": {

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)