Skip to content

Commit

Permalink
[1.x] allow spying on Output methods (#27)
Browse files Browse the repository at this point in the history
* fix #26

* chore(ci): run static code analysis only on ubuntu

* Update composer.lock
  • Loading branch information
imdhemy authored Apr 6, 2024
1 parent 792b5a3 commit dcab81e
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 104 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
run: "composer test"

- name: "Coding Style"
run: "composer cs-fix"
run: "composer cs-check"
if: matrix.operating-system == 'ubuntu-latest'

- name: "Static code analysis"
run: "composer psalm"
if: matrix.operating-system == 'ubuntu-latest'
Loading

0 comments on commit dcab81e

Please sign in to comment.