From 7284aa62b0a60cbf0e9a3e3cfd9b364c9e03a97f Mon Sep 17 00:00:00 2001 From: Priyadi Iman Nurcahyo <1102197+priyadi@users.noreply.github.com> Date: Thu, 20 Jun 2024 01:03:32 +0700 Subject: [PATCH] build: fix CI on lowest deps --- .github/workflows/ci.yml | 2 -- CHANGELOG.md | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2459d69..47f5cca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index b42a441..b4a4be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file +* deps: update rekapager to 0.11.2 +* build: fix CI on lowest deps \ No newline at end of file