Skip to content

Commit 8336733

Browse files
committed
Skip psalm on PHP 8.4
1 parent 402bd90 commit 8336733

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- operating-system: 'ubuntu-latest'
2424
php-version: 8.4
2525
composer-flags: '--ignore-platform-req=php+'
26+
psalm: none
2627

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

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

8587
- name: Run style fixer
8688
env:

0 commit comments

Comments
 (0)