1616 strategy :
1717 matrix :
1818 php-version :
19-  - " 7.2" 
20-  - " 7.3" 
2119 - " 7.4" 
2220 - " 8.0" 
2321 - " 8.1" 
4139 - name : " Install dependencies" 
4240 run : " composer install --no-interaction --no-progress" 
4341
44-  - name : " Downgrade PHPUnit" 
45-  if : matrix.php-version == '7.2' || matrix.php-version == '7.3' 
46-  run : " composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies" 
47- 4842 - name : " Lint" 
4943 run : " make lint" 
5044
9488 fail-fast : false 
9589 matrix :
9690 php-version :
97-  - " 7.2" 
98-  - " 7.3" 
9991 - " 7.4" 
10092 - " 8.0" 
10193 - " 8.1" 
@@ -124,10 +116,6 @@ jobs:
124116 if : ${{ matrix.dependencies == 'highest' }} 
125117 run : " composer update --no-interaction --no-progress" 
126118
127-  - name : " Downgrade PHPUnit" 
128-  if : matrix.php-version == '7.2' || matrix.php-version == '7.3' 
129-  run : " composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies" 
130- 131119 - name : " Tests" 
132120 run : " make tests" 
133121
@@ -139,8 +127,6 @@ jobs:
139127 fail-fast : false 
140128 matrix :
141129 php-version :
142-  - " 7.2" 
143-  - " 7.3" 
144130 - " 7.4" 
145131 - " 8.0" 
146132 - " 8.1" 
@@ -171,9 +157,5 @@ jobs:
171157 if : ${{ matrix.dependencies == 'highest' }} 
172158 run : " composer update --no-interaction --no-progress" 
173159
174-  - name : " Downgrade PHPUnit" 
175-  if : matrix.php-version == '7.2' || matrix.php-version == '7.3' 
176-  run : " composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies" 
177- 178160 - name : " PHPStan" 
179161 run : " make phpstan" 
0 commit comments