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 4747 run : " composer install --no-interaction --no-progress"
4848
4949 - name : " Transform source code"
50- if : matrix.php-version == '7.4' || matrix.php-version == '8.0'
50+ if : matrix.php-version == '7.4' || matrix.php-version == '8.0' || matrix.php-version == '8.1'
5151 run : |
5252 composer install --no-interaction --no-progress --working-dir=compiler
5353 ./compiler/vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}
Original file line number Diff line number Diff line change 5757 run : " composer install --no-interaction --no-progress"
5858
5959 - name : " Transform source code"
60- if : matrix.php-version == '7.4' || matrix.php-version == '8.0'
60+ if : matrix.php-version == '7.4' || matrix.php-version == '8.0' || matrix.php-version == '8.1'
6161 shell : bash
6262 run : |
6363 composer install --no-interaction --no-progress --working-dir=compiler
You can’t perform that action at this time.
0 commit comments