diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index c142a1c..7d4fedb 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -48,3 +48,11 @@ jobs: with: composer-root-version: "5.x-dev" upcoming-releases: true + + integration-tests: + name: "Integration test" + uses: "phpDocumentor/.github/.github/workflows/continuous-integration.yml@v0.8" + with: + composer-root-version: "5.x-dev" + upcoming-releases: true + test-suite: "integration"