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 fc4273d commit cba23b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -28,6 +28,7 @@ jobs:

- operating-system: 'ubuntu-latest'
php-version: '8.4'
psalm: none

name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}

Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:

- name: Run static analysis
run: vendor/bin/psalm.phar
if: matrix.psalm != 'none'

- name: Run style fixer
env:
Expand Down

0 comments on commit cba23b6

Please sign in to comment.