Skip to content

Commit

Permalink
check CI on highest dep only for now
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Apr 7, 2024
1 parent f7e3d77 commit 939e5c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ jobs:

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

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

- name: Lint container
run: tests/bin/console lint:container
Expand Down
1 change: 1 addition & 0 deletions packages/rekapager-api-platform/src/PageNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public function supportsNormalization(
?string $format = null,
array $context = []
): bool {
// @phpstan-ignore-next-line
return $this->collectionNormalizer->supportsNormalization($data, $format, $context);
}

Expand Down

0 comments on commit 939e5c9

Please sign in to comment.