Skip to content

Commit 0e6f77a

Browse files
[GHA] fix running "Patch return types" step
1 parent 4211c7f commit 0e6f77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
echo "::endgroup::"
136136
137137
- name: Patch return types
138-
if: "${{ matrix.php == '8.0' && ! matrix.mode }}"
138+
if: "${{ matrix.php == '8.1' && ! matrix.mode }}"
139139
run: |
140140
sed -i 's/"\*\*\/Tests\/"//' composer.json
141141
composer install -q --optimize-autoloader

0 commit comments

Comments
 (0)