We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916d467 commit c2fb0e6Copy full SHA for c2fb0e6
.github/workflows/run-tests.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Configure for PHP 8.4
42
run: composer require "rector/rector:2.*" --no-interaction --no-update
43
- if: matrix.php == '8.4' && matrix.dependency-version == 'prefer-lowest'
+ if: matrix.php >= '8.4' && matrix.dependency-version == 'prefer-lowest'
44
45
- name: Install dependencies
46
run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
0 commit comments