Skip to content

Commit

Permalink
fix: run-tests workflow prefer-lowest for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sweptsquash committed Dec 12, 2024
1 parent 8b244fb commit 719a95d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
run: composer require "illuminate/support:8.*" --no-interaction --no-update
if: matrix.php == '8.2' && matrix.dependency-version == 'prefer-lowest'

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

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

Expand Down

0 comments on commit 719a95d

Please sign in to comment.