Skip to content

Commit

Permalink
undo composer update using php 8. Use 7.4 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Jun 26, 2021
1 parent f197e78 commit 31e0048
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 @@ -48,7 +48,7 @@ jobs:
run: ./vendor/bin/psalm --config=psalm.xml --no-progress --shepherd --show-info=false --stats

- name: Run phpstan on internal code
run: ./vendor/bin/phpstan analyze -c phpstan.neon src tests
run: ./vendor/bin/phpstan analyze -c phpstan.neon src

tests:
name: Tests
Expand Down

0 comments on commit 31e0048

Please sign in to comment.