From 4470ae66b23791003d5de8b8d4b345df6d92eceb Mon Sep 17 00:00:00 2001 From: Andrea Zambon Date: Tue, 10 Dec 2024 14:38:14 +0100 Subject: [PATCH] Tries to fix the tests --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 97350b3..346a398 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ 7.3, 7.4, 8.0 ] + php: [ 7.3, 7.4, 8.0, 8.1, 8.2, 8.3 ] steps: - uses: actions/checkout@v3 @@ -57,7 +57,7 @@ jobs: - name: Install roave/backward-compatibility-check. if: ${{ matrix.php != '7.3' }} - run: composer require --dev roave/backward-compatibility-check + run: composer require --dev --update-with-dependencies roave/backward-compatibility-check - name: Run roave/backward-compatibility-check. if: ${{ matrix.php != '7.3' }}