Skip to content

Commit a1985ae

Browse files
committed
fix
1 parent 0a9ba5e commit a1985ae

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
@@ -48,7 +48,7 @@ jobs:
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 }}

.github/workflows/static-analysis.yml

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

0 commit comments

Comments
 (0)