From a4314b07a585a594b1352c3cf400372e4f17ab0d Mon Sep 17 00:00:00 2001 From: Jaapio Date: Fri, 5 Aug 2022 12:42:50 +0200 Subject: [PATCH] Add php 8.2 build --- .github/workflows/integrate.yaml | 2 ++ 1 file changed, 2 insertions(+) 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"