Skip to content

Commit c2fb0e6

Browse files
committed
fix CI
1 parent 916d467 commit c2fb0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Configure for PHP 8.4
4242
run: composer require "rector/rector:2.*" --no-interaction --no-update
43-
if: matrix.php == '8.4' && matrix.dependency-version == 'prefer-lowest'
43+
if: matrix.php >= '8.4' && matrix.dependency-version == 'prefer-lowest'
4444

4545
- name: Install dependencies
4646
run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction

0 commit comments

Comments
 (0)