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 47
47
run : " composer install --no-interaction --no-progress"
48
48
49
49
- 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'
51
51
run : |
52
52
composer install --no-interaction --no-progress --working-dir=compiler
53
53
./compiler/vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}
Original file line number Diff line number Diff line change 57
57
run : " composer install --no-interaction --no-progress"
58
58
59
59
- 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'
61
61
shell : bash
62
62
run : |
63
63
composer install --no-interaction --no-progress --working-dir=compiler
You can’t perform that action at this time.
0 commit comments