diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 75603296..fe060a78 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -38,6 +38,8 @@ jobs: unit-tests: name: "Unit test" uses: "phpDocumentor/.github/.github/workflows/continues-integration.yml@v0.1.0" + with: + php-versions: "['7.4', '8.0', '8.1', '8.2']" integration-tests: name: "Integration test"