File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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'
51+ if : matrix.php-version == '7.4' || matrix.php-version == '8.0' || matrix.php-version == '8.1'
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 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'
61+ if : matrix.php-version == '7.4' || matrix.php-version == '8.0' || matrix.php-version == '8.1'
6262 shell : bash
6363 run : |
6464 composer install --no-interaction --no-progress --working-dir=compiler
You can’t perform that action at this time.
0 commit comments