|
33 | 33 | coverage: "none" |
34 | 34 | php-version: "${{ matrix.php-version }}" |
35 | 35 |
|
36 | | - - name: "Downgrade PHPUnit" |
37 | | - if: matrix.php-version == '7.2' |
38 | | - run: "composer require --dev phpunit/phpunit:^8.5.29 --no-update --update-with-dependencies" |
39 | | - |
40 | 36 | - name: "Validate Composer" |
41 | 37 | run: "composer validate" |
42 | 38 |
|
@@ -101,10 +97,6 @@ jobs: |
101 | 97 | coverage: "none" |
102 | 98 | php-version: "${{ matrix.php-version }}" |
103 | 99 |
|
104 | | - - name: "Downgrade PHPUnit" |
105 | | - if: matrix.php-version == '7.2' |
106 | | - run: "composer require --dev phpunit/phpunit:^8.5.29 --no-update --update-with-dependencies" |
107 | | - |
108 | 100 | - name: "Install lowest dependencies" |
109 | 101 | if: ${{ matrix.dependencies == 'lowest' }} |
110 | 102 | run: "composer update --prefer-lowest --no-interaction --no-progress" |
@@ -146,10 +138,6 @@ jobs: |
146 | 138 | extensions: mbstring |
147 | 139 | tools: composer:v2 |
148 | 140 |
|
149 | | - - name: "Downgrade PHPUnit" |
150 | | - if: matrix.php-version == '7.2' |
151 | | - run: "composer require --dev phpunit/phpunit:^8.5.29 --no-update --update-with-dependencies" |
152 | | - |
153 | 141 | - name: "Install lowest dependencies" |
154 | 142 | if: ${{ matrix.dependencies == 'lowest' }} |
155 | 143 | run: "composer update --prefer-lowest --no-interaction --no-progress" |
|
0 commit comments