From 3977652c6c420579ca8efb7e48520274eaa1f022 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Mon, 18 Mar 2024 10:18:32 +0100 Subject: [PATCH] run unit tests also with pcntl --- .github/workflows/ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3b2ce1435e5..a3aeb9676a9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -115,6 +115,11 @@ jobs: - "8.3" - "8.4" + include: + - os: ubuntu-latest + php-version: "8.3" + add-ext: ", pcntl" + steps: - name: Configure Git to avoid issues with line endings if: matrix.os == 'windows-latest'