From 64075a4f485cc1b3890201c80e1359c5320162be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 20:04:08 +0000 Subject: [PATCH] github-actions(deps): bump phpDocumentor/.github from 0.8 to 0.9 Bumps [phpDocumentor/.github](https://github.com/phpdocumentor/.github) from 0.8 to 0.9. - [Release notes](https://github.com/phpdocumentor/.github/releases) - [Commits](https://github.com/phpdocumentor/.github/compare/v0.8...v0.9) --- updated-dependencies: - dependency-name: phpDocumentor/.github dependency-version: '0.9' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/integrate.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index e330e9918..c6fd54305 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -14,7 +14,7 @@ env: jobs: code-coverage: name: "Code Coverage" - uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.8" + uses: "phpDocumentor/.github/.github/workflows/code-coverage.yml@v0.9" with: php-version: "8.2" php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv, inotify" @@ -52,7 +52,7 @@ jobs: static-analysis: name: "Static analysis" - uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.8" + uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.9" with: php-version: "8.2" php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv, inotify" @@ -81,14 +81,14 @@ jobs: unit-tests: name: "Unit test" - uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8" + uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.9" with: composer-root-version: "1.x-dev" php-extensions: "none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv, inotify" functional-tests: name: "Functional test" - uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8" + uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.9" needs: "unit-tests" with: test-suite: "functional" @@ -97,7 +97,7 @@ jobs: integration-tests: name: "integration test" - uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8" + uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.9" needs: "unit-tests" with: test-suite: "integration"