Skip to content

Commit 84f82a4

Browse files
committed
Downgrade code on PHP 8.1
1 parent af92247 commit 84f82a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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 }}

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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

0 commit comments

Comments
 (0)