Skip to content

Commit

Permalink
Run psalm & phpbench only with highest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marmichalski committed Nov 30, 2024
1 parent ba73777 commit 8b86e98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ jobs:
run: composer code-style:check

- name: "Run psalm"
if: ${{ matrix.dependencies == 'highest' }}
run: vendor/bin/psalm

- name: "Run phpunit"
run: vendor/bin/phpunit

- name: "Run phpbench"
if: ${{ matrix.dependencies == 'highest' }}
run: vendor/bin/phpbench run

0 comments on commit 8b86e98

Please sign in to comment.