From eb8a3441faa6ca253f79d85108f345fc6ca9bd89 Mon Sep 17 00:00:00 2001 From: Aydin Hassan Date: Tue, 29 Jul 2025 15:33:11 +0200 Subject: [PATCH] Run tests on 8.3/8.4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 900cdb0..1486250 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] name: PHP ${{ matrix.php }}