Skip to content

Commit

Permalink
Skip psalm on PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Oct 31, 2024
1 parent 25b417f commit e6ea224
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,13 @@ jobs:
composer require --no-update symfony/var-dumper:^7@dev
composer require --no-update --dev symfony/cache:^7@dev
- name: "Configure PHP 8.4"
if: "${{ matrix.php-version == '8.4' }}"
run: |
# psalm is not compatible with PHP 8.4
# https://github.com/vimeo/psalm/pull/10928
composer remove --no-update --dev vimeo/psalm
- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v3"
with:
Expand Down

0 comments on commit e6ea224

Please sign in to comment.