From 1286851b07e2b4d42dd6a83434d8c1c2d76c9f91 Mon Sep 17 00:00:00 2001 From: Serhii Petrov Date: Wed, 4 Oct 2023 17:06:07 +0300 Subject: [PATCH] Test against php 8.3 --- .github/workflows/integrate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 1b931f06..faa6babf 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -47,7 +47,7 @@ jobs: uses: "phpDocumentor/.github/.github/workflows/continues-integration.yml@v0.3.0" with: composer-root-version: "5.x-dev" - php-versions: "['7.4', '8.0', '8.1', '8.2']" + php-versions: "['7.4', '8.0', '8.1', '8.2', '8.3']" bc_check: name: "BC Check"