From 45a564ae30d9304fe3fe5bcaf03b8c11b39ac18c Mon Sep 17 00:00:00 2001 From: Serhii Petrov Date: Mon, 28 Oct 2024 23:13:24 +0200 Subject: [PATCH] Test against php 8.3 and 8.4 --- .github/workflows/integrate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 9449694..2311730 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -38,7 +38,7 @@ jobs: unit-tests: name: "Unit test" - uses: "phpDocumentor/.github/.github/workflows/continues-integration.yml@v0.5.0" + uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.5.0" with: composer-root-version: "2.x-dev" - php-versions: "['7.4', '8.0', '8.1', '8.2']" + php-versions: "['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']"