Skip to content

Commit

Permalink
Clean up CI static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowhand committed Oct 16, 2024
1 parent 8be8250 commit d8b9a55
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,14 @@ jobs:
- name: Install PHP
uses: shivammathur/[email protected]
with:
php-version: '8.3'
coverage: none
extensions: mbstring
php-version: "7.4"

- name: Install dependencies with composer
run: "composer update --no-interaction --no-progress && composer i --working-dir=ci"
tools: psalm

- name: Run vimeo/psalm
run: "ci/vendor/bin/psalm --threads=4"
- name: Run static analysis
run: >-
psalm --threads=4
roave-bc-check:
name: Roave BC Check
Expand Down

0 comments on commit d8b9a55

Please sign in to comment.