From c7e8486506f64830f3b9d7c70056723119976e55 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 30 Jun 2020 14:48:20 +0200 Subject: [PATCH] require ignore platform reqs --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 911d4b41be20..a3866ea4ccae 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,7 +58,7 @@ jobs: - name: Install dependencies run: | composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress - composer require "doctrine/dbal=${{ matrix.dbal }}" --prefer-dist --no-interaction --no-progress + composer require "doctrine/dbal=${{ matrix.dbal }}" --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress - name: Execute tests run: vendor/bin/phpunit --verbose