From 2f975d75278186498927f7d798af485789cab556 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 4 Oct 2022 15:48:17 +0200 Subject: [PATCH] Update tests.yml (#6000) --- .github/workflows/tests.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 937a97c3..77662031 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,11 +19,7 @@ jobs: strategy: fail-fast: true matrix: - php: ['8.0', 8.1] - stability: [''] - include: - - php: 8.2 - stability: --ignore-platform-req=php+ + php: ['8.0', 8.1, 8.2] name: PHP ${{ matrix.php }} @@ -39,7 +35,7 @@ jobs: coverage: none - name: Install Composer dependencies - run: composer install ${{ matrix.stability }} --prefer-dist --no-interaction --no-progress + run: composer install --prefer-dist --no-interaction --no-progress - name: Copy environment file run: cp .env.example .env