diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 9449694..2311730 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -38,7 +38,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: "2.x-dev" - php-versions: "['7.4', '8.0', '8.1', '8.2']" + php-versions: "['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']"