Skip to content

Commit

Permalink
build: fix CI on lowest deps (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi authored Jun 19, 2024
1 parent 3ab6c2f commit d899f5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,9 @@ jobs:

- name: Run psalm
run: vendor/bin/psalm
if: matrix.dep == 'highest' && matrix.symfony == '7.*'

- name: Run phpstan
run: vendor/bin/phpstan analyse
if: matrix.dep == 'highest' && matrix.symfony == '7.*'

- name: Validate monorepo
run: vendor/bin/monorepo-builder validate
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
* refactor: rename interface & classes
* fix: add covariance to applicable interfaces
* feat: detect extra lazy collections
* deps: update rekapager to 0.11.2
* deps: update rekapager to 0.11.2
* build: fix CI on lowest deps

0 comments on commit d899f5e

Please sign in to comment.