From 04d2d497c606b4e3089aeec314e0ca61a87ed9dc Mon Sep 17 00:00:00 2001 From: qwerty199369 <32596673+qwerty199369@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:09:46 +0800 Subject: [PATCH] add php 8.3 8.4 8.5 to workflow --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 1aa91f3..1a4a11d 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,7 +13,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] - php: [8.2, 8.1, 8.0] + php: [8.5, 8.4, 8.3, 8.2, 8.1, 8.0] stability: [prefer-lowest, prefer-stable] name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}