From 6222565a9ed10b84e44fb95e713982d0497a0389 Mon Sep 17 00:00:00 2001 From: Jaapio Date: Fri, 24 May 2024 16:25:28 +0200 Subject: [PATCH] build on php 8.4 --- .github/workflows/integrate.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 9929b64..bfe88c8 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -21,13 +21,13 @@ jobs: coding-standards: name: "Coding Standards" - uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.7" + uses: "phpDocumentor/.github/.github/workflows/coding-standards.yml@v0.8" with: composer-root-version: "1.x-dev" dependency-analysis: name: "Dependency analysis" - uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.7" + uses: "phpDocumentor/.github/.github/workflows/dependency-analysis.yml@v0.8" with: composer-root-version: "1.x-dev" @@ -39,13 +39,14 @@ jobs: static-analysis: name: "Static analysis" - uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.7" + uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.8" with: php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, pcntl, posix" composer-root-version: "1.x-dev" unit-tests: name: "Unit test" - uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.7" + uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8" with: composer-root-version: "1.x-dev" + upcoming-releases: true