From 653abb0ae2d9fc6c479c2dc6733007c4a76b3835 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Sun, 19 May 2024 09:54:18 -0400 Subject: [PATCH] Test on newer PHP versions --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 401fd60..5f2412c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: continue-on-error: ${{ !matrix.stable }} strategy: 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: [''] @@ -38,7 +38,7 @@ jobs: stable: true coverage: false composer-flags: '--prefer-lowest' - - php: '8.2' + - php: '8.4' stable: false coverage: false composer-flags: '--ignore-platform-reqs'