Skip to content

Commit 8ba52e1

Browse files
committed
Remove 2.2 compatibility
Tests fail on 2.2
1 parent 59fc1ad commit 8ba52e1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ addons:
1212
language: php
1313
jobs:
1414
include:
15-
- php: 7.1
15+
- php: 7.2
1616
env:
17-
- MAGENTO_VERSION=2.2
17+
- MAGENTO_VERSION=2.3
1818
- TEST_SUITE=integration
1919
- php: 7.3
2020
env:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The MIT License (MIT). Please see [License File](LICENSE) for more information.
7878
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/integer-net/magento2-rewritemap?style=flat-square
7979
[ico-code-quality]: https://img.shields.io/scrutinizer/g/integer-net/magento2-rewritemap.svg?style=flat-square
8080
[ico-maintainability]: https://img.shields.io/codeclimate/maintainability/integer-net/magento2-rewritemap?style=flat-square
81-
[ico-compatibility]: https://img.shields.io/badge/magento-2.2%20|%202.3%20|%202.4-brightgreen.svg?logo=magento&longCache=true&style=flat-square
81+
[ico-compatibility]: https://img.shields.io/badge/magento-%202.3%20|%202.4-brightgreen.svg?logo=magento&longCache=true&style=flat-square
8282
8383
[link-packagist]: https://packagist.org/packages/integer-net/magento2-rewritemap
8484
[link-travis]: https://travis-ci.org/integer-net/magento2-rewritemap

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
}
3131
],
3232
"require": {
33-
"php": "~7.1||~7.2||~7.3||~7.4",
34-
"magento/framework": "^101.0.0||^102.0.0||^103.0.0",
33+
"php": "~7.2||~7.3||~7.4",
34+
"magento/framework": "^102.0.0||^103.0.0",
3535
"magento/module-store": "^100.0.2||^101.0",
3636
"magento/module-url-rewrite": "^100.0.2||^101.0.0||^102.0.0"
3737
},

0 commit comments

Comments
 (0)