From 2b309a247dd88ebac6adcbc2f61f45aa26aaed99 Mon Sep 17 00:00:00 2001 From: Jaapio Date: Tue, 12 Mar 2024 22:45:15 +0100 Subject: [PATCH] Fix ci script typo --- .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 833f94e..a610363 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -44,7 +44,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: "5.x-dev" php-versions: "['7.4', '8.0', '8.1', '8.2', '8.3']"