From a6540774e149845aefd86fde6f5e05eaa6622f21 Mon Sep 17 00:00:00 2001 From: Metod Date: Fri, 29 Aug 2025 15:07:02 +0300 Subject: [PATCH] Run CI tests on PHP 8.3 & 8.4 Signed-off-by: Metod --- .github/workflows/pullrequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index c6a6fdf..fd61afc 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-version: ['8.0', '8.1', '8.2'] + php-version: ['8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@v4