Skip to content

Commit

Permalink
Merge pull request #498 from paragonie-security/patch-2
Browse files Browse the repository at this point in the history
Update ci.yml
  • Loading branch information
defuse authored Oct 15, 2022
2 parents ed4f71e + 44fffcc commit 9006087
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 @@ -103,5 +103,5 @@ jobs:
run: composer require --dev vimeo/psalm:^4

- name: Static Analysis
if: contains(['7.4', '8.0], ${{ matrix.php-version }})
if: contains(['7.4', '8.0'], ${{ matrix.php-version }})
run: vendor/bin/psalm

0 comments on commit 9006087

Please sign in to comment.