From 7ed2aa7daa115ad2cb0a2bd6966b34e56f5a6d7f Mon Sep 17 00:00:00 2001 From: Massimiliano Arione Date: Sun, 15 Oct 2023 11:13:31 +0200 Subject: [PATCH] fix ci --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d7633ba9..436d5964 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -46,7 +46,7 @@ jobs: - description: '8.2' php: '8.2' - description: 'Dev deps' - php: '8.3' + php: '8.2' dev: true name: PHP ${{ matrix.php }} tests (${{ matrix.description }}) steps: @@ -62,8 +62,8 @@ jobs: with: php-version: ${{ matrix.php }} extensions: mongodb-stable, pdo_sqlite - - name: Configure for latest PHP versions - run: composer require --dev --no-update laminas/laminas-code 4.5.x-dev + - name: Configure for PHP 8.1 + run: composer require --dev --no-update laminas/laminas-code 4.12.0 if: matrix.php == '8.1' - name: Go for dev dependencies run: composer config minimum-stability dev && composer config prefer-stable true