Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Jun 20, 2024
1 parent 0d6cd2a commit ff1e9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
composer-options: --prefer-dist --no-progress --no-scripts

- name: Install Doctrine version
run: composer require doctrine/orm:${{ matrix.doctrine }} doctrine/dbal
run: composer require -W doctrine/orm:${{ matrix.doctrine }}

- name: Run psalm
run: vendor/bin/psalm
Expand Down

0 comments on commit ff1e9fd

Please sign in to comment.