Skip to content

Commit

Permalink
Merge pull request #6833 from orklah/psl-ci
Browse files Browse the repository at this point in the history
add PSL back to CI
  • Loading branch information
orklah authored Nov 6, 2021
2 parents f327c98 + 655d17c commit e42bc4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
- run:
name: Analyse PHPUnit
command: bin/test-with-real-projects.sh phpunit
- run:
name: Analyse Psl
command: bin/test-with-real-projects.sh psl
- run:
name: Analyse Collections
command: bin/test-with-real-projects.sh collections
Expand Down

0 comments on commit e42bc4a

Please sign in to comment.