File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
fail-fast : false
15
15
matrix :
16
16
php-version : [
17
- ' 8.0 ' ,
17
+ ' 8.1 ' ,
18
18
' 8.2' ,
19
19
' 8.3'
20
20
]
@@ -57,14 +57,14 @@ jobs:
57
57
58
58
- name : Run tests
59
59
run : |
60
- if [[ ${{ matrix.php-version }} == '8.0 ' ]]; then
60
+ if [[ ${{ matrix.php-version }} == '8.1 ' ]]; then
61
61
XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover coverage.xml
62
62
else
63
63
composer test
64
64
fi
65
65
66
66
- name : Code Coverage Report
67
- if : success() && matrix.php-version == '8.0 '
67
+ if : success() && matrix.php-version == '8.1 '
68
68
uses : codecov/codecov-action@v1
69
69
70
70
- name : Composer require spryker-sdk/composer-prefer-lowest package
Original file line number Diff line number Diff line change 2
2
[ ![ Build Status] ( https://github.com/spryker-sdk/integrator/workflows/CI/badge.svg?branch=master )] ( https://github.com/spryker-sdk/integrator/actions?query=workflow%3ACI+branch%3Amaster )
3
3
[ ![ codecov] ( https://codecov.io/gh/spryker-sdk/integrator/branch/master/graph/badge.svg?token=l6Xj26Cqei )] ( https://codecov.io/gh/spryker-sdk/integrator )
4
4
[ ![ Latest Stable Version] ( https://poser.pugx.org/spryker-sdk/integrator/v/stable.svg )] ( https://packagist.org/packages/spryker-sdk/integrator )
5
- [ ![ Minimum PHP Version] ( https://img.shields.io/badge/php-%3E%3D%208.0 -8892BF.svg )] ( https://php.net/ )
5
+ [ ![ Minimum PHP Version] ( https://img.shields.io/badge/php-%3E%3D%208.1 -8892BF.svg )] ( https://php.net/ )
6
6
[ ![ PHPStan] ( https://img.shields.io/badge/PHPStan-level%208-brightgreen.svg?style=flat )] ( https://phpstan.org/ )
7
7
8
8
Auto-migrate applications in regard to new core releases using module manifests.
Original file line number Diff line number Diff line change 4
4
"description" : " Integrator module" ,
5
5
"license" : " proprietary" ,
6
6
"require" : {
7
- "php" : " >=8.0 " ,
7
+ "php" : " >=8.1 " ,
8
8
"ext-dom" : " *" ,
9
9
"ext-json" : " *" ,
10
10
"ext-simplexml" : " *" ,
13
13
"composer/composer" : " ^2.6.0" ,
14
14
"czproject/git-php" : " ^4.1" ,
15
15
"guzzlehttp/guzzle" : " ^7.4" ,
16
- "nikic/php-parser" : " ^4.13 .0" ,
16
+ "nikic/php-parser" : " ^5.1 .0" ,
17
17
"sebastian/diff" : " ^4.0.0" ,
18
18
"spryker-sdk/utils" : " ^0.2.2" ,
19
19
"symfony/console" : " ^6.0" ,
You can’t perform that action at this time.
0 commit comments