File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ jobs:
4141 php-version : " ${{ matrix.php-version }}"
4242
4343 - name : " Downgrade PHPUnit"
44- if : matrix.php-version == '7.4' || matrix.php-version == '8.0' || matrix.php-version == '8.1'
44+ if : matrix.php-version == '7.4' || matrix.php-version == '8.0'
4545 run : " composer require --dev phpunit/phpunit:^9.6 sebastian/diff:^4.0 --update-with-dependencies --ignore-platform-reqs"
4646
4747 - name : " Install dependencies"
4848 run : " composer install --no-interaction --no-progress"
4949
5050 - name : " Transform source code"
51- if : matrix.php-version == '7.4' || matrix.php-version == '8.0' || matrix.php-version == '8.1'
51+ if : matrix.php-version == '7.4' || matrix.php-version == '8.0'
5252 run : |
5353 composer install --no-interaction --no-progress --working-dir=compiler
5454 ./compiler/vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}
Original file line number Diff line number Diff line change @@ -50,15 +50,15 @@ jobs:
5050 extensions : mbstring
5151
5252 - name : " Downgrade PHPUnit"
53- if : matrix.php-version == '7.4' || matrix.php-version == '8.0' || matrix.php-version == '8.1'
53+ if : matrix.php-version == '7.4' || matrix.php-version == '8.0'
5454 shell : bash
5555 run : " composer require --dev phpunit/phpunit:^9.6 sebastian/diff:^4.0 --update-with-dependencies --ignore-platform-reqs"
5656
5757 - name : " Install dependencies"
5858 run : " composer install --no-interaction --no-progress"
5959
6060 - name : " Transform source code"
61- if : matrix.php-version == '7.4' || matrix.php-version == '8.0' || matrix.php-version == '8.1'
61+ if : matrix.php-version == '7.4' || matrix.php-version == '8.0'
6262 shell : bash
6363 run : |
6464 composer install --no-interaction --no-progress --working-dir=compiler
Original file line number Diff line number Diff line change 3232 fail-fast : false
3333 matrix :
3434 php-version :
35+ - " 8.1"
3536 - " 8.2"
3637 - " 8.3"
3738 - " 8.4"
@@ -159,7 +160,6 @@ jobs:
159160 php-version :
160161 - " 7.4"
161162 - " 8.0"
162- - " 8.1"
163163 operating-system : [ ubuntu-latest, windows-latest ]
164164
165165 steps :
You can’t perform that action at this time.
0 commit comments