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
kelunik committed Mar 19, 2024
1 parent 402bd90 commit 8336733
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- operating-system: 'ubuntu-latest'
php-version: 8.4
composer-flags: '--ignore-platform-req=php+'
psalm: none

name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}
runs-on: ${{ matrix.operating-system }}
Expand Down Expand Up @@ -81,6 +82,7 @@ jobs:

- name: Run Psalm
run: vendor/bin/psalm.phar --show-info=true
if: matrix.psalm != 'none'

- name: Run style fixer
env:
Expand Down

0 comments on commit 8336733

Please sign in to comment.