1717 fail-fast : false
1818 matrix :
1919 php-version :
20- - " 7.1"
2120 - " 7.2"
2221 - " 7.3"
2322 - " 7.4"
3837 run : " composer validate"
3938
4039 - name : " Downgrade PHPUnit"
41- if : matrix.php-version == '7.1' || matrix.php-version == '7. 2' || matrix.php-version == '7.3'
40+ if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
4241 run : " composer require --dev phpunit/phpunit:^7.5.20 --no-update --update-with-dependencies"
4342
44- - name : " Downgrade Doctrine ORM"
45- if : matrix.php-version == '7.1'
46- run : " composer require --dev doctrine/orm:^2.7.5 doctrine/lexer:^1.0 --no-update --update-with-dependencies"
47-
4843 - name : " Install dependencies"
4944 run : " composer install --no-interaction --no-progress"
5045
8681 fail-fast : false
8782 matrix :
8883 php-version :
89- - " 7.1"
9084 - " 7.2"
9185 - " 7.3"
9286 - " 7.4"
@@ -107,13 +101,9 @@ jobs:
107101 php-version : " ${{ matrix.php-version }}"
108102
109103 - name : " Downgrade PHPUnit"
110- if : matrix.php-version == '7.1' || matrix.php-version == '7. 2' || matrix.php-version == '7.3'
104+ if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
111105 run : " composer require --dev phpunit/phpunit:^7.5.20 --no-update --update-with-dependencies"
112106
113- - name : " Downgrade Doctrine ORM"
114- if : matrix.php-version == '7.1'
115- run : " composer require --dev doctrine/orm:^2.7.5 doctrine/lexer:^1.0 --no-update --update-with-dependencies"
116-
117107 - name : " Install lowest dependencies"
118108 if : ${{ matrix.dependencies == 'lowest' }}
119109 run : " composer update --prefer-lowest --no-interaction --no-progress"
@@ -133,7 +123,6 @@ jobs:
133123 fail-fast : false
134124 matrix :
135125 php-version :
136- - " 7.1"
137126 - " 7.2"
138127 - " 7.3"
139128 - " 7.4"
@@ -156,13 +145,9 @@ jobs:
156145 tools : composer:v2
157146
158147 - name : " Downgrade PHPUnit"
159- if : matrix.php-version == '7.1' || matrix.php-version == '7. 2' || matrix.php-version == '7.3'
148+ if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
160149 run : " composer require --dev phpunit/phpunit:^7.5.20 --no-update --update-with-dependencies"
161150
162- - name : " Downgrade Doctrine ORM"
163- if : matrix.php-version == '7.1'
164- run : " composer require --dev doctrine/orm:^2.7.5 doctrine/lexer:^1.0 --no-update --update-with-dependencies"
165-
166151 - name : " Install lowest dependencies"
167152 if : ${{ matrix.dependencies == 'lowest' }}
168153 run : " composer update --prefer-lowest --no-interaction --no-progress"
0 commit comments