File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1616 strategy :
1717 matrix :
1818 php-version :
19- - " 7.1"
2019 - " 7.2"
2120 - " 7.3"
2221 - " 7.4"
4039 run : " composer install --no-interaction --no-progress"
4140
4241 - name : " Downgrade PHPUnit"
43- if : matrix.php-version == '7.1' || matrix.php-version == '7. 2' || matrix.php-version == '7.3'
42+ if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
4443 run : " composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies"
4544
4645 - name : " Lint"
8180 fail-fast : false
8281 matrix :
8382 php-version :
84- - " 7.1"
8583 - " 7.2"
8684 - " 7.3"
8785 - " 7.4"
@@ -110,7 +108,7 @@ jobs:
110108 run : " composer update --no-interaction --no-progress"
111109
112110 - name : " Downgrade PHPUnit"
113- if : matrix.php-version == '7.1' || matrix.php-version == '7. 2' || matrix.php-version == '7.3'
111+ if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
114112 run : " composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies"
115113
116114 - name : " Tests"
@@ -124,7 +122,6 @@ jobs:
124122 fail-fast : false
125123 matrix :
126124 php-version :
127- - " 7.1"
128125 - " 7.2"
129126 - " 7.3"
130127 - " 7.4"
@@ -155,7 +152,7 @@ jobs:
155152 run : " composer update --no-interaction --no-progress"
156153
157154 - name : " Downgrade PHPUnit"
158- if : matrix.php-version == '7.1' || matrix.php-version == '7. 2' || matrix.php-version == '7.3'
155+ if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
159156 run : " composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies"
160157
161158 - name : " PHPStan"
Original file line number Diff line number Diff line change 66 " MIT"
77 ],
88 "require" : {
9- "php" : " ^7.1 || ^8.0" ,
10- "phpstan/phpstan" : " ^1.4.9 "
9+ "php" : " ^7.2 || ^8.0" ,
10+ "phpstan/phpstan" : " ^1.5.0 "
1111 },
1212 "conflict" : {
1313 "phpunit/phpunit" : " <7.0"
You can’t perform that action at this time.
0 commit comments