From c17c7b2c31e10d6ab46e6b474ba0f22e7043640e Mon Sep 17 00:00:00 2001 From: Serhii Petrov Date: Mon, 9 Oct 2023 20:40:23 +0300 Subject: [PATCH] Test against php 8.2 and 8.3 --- .github/workflows/tests.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c3198f6cd1..f6fdaf5bcf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['7.4', '8.0', '8.1'] + php: ['7.4', '8.0', '8.1', '8.2', '8.3'] stable: [true] coverage: [true] composer-flags: [''] @@ -42,10 +42,6 @@ jobs: stable: true coverage: false composer-flags: '--prefer-lowest' - - php: '8.2' - stable: false - coverage: false - composer-flags: '--ignore-platform-req=php' steps: - uses: actions/checkout@v4