Skip to content

Commit 186983e

Browse files
committed
CI: add pcntl job
1 parent f353d0b commit 186983e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@ jobs:
161161
- "8.3"
162162
- "8.4"
163163

164+
include:
165+
- os: ubuntu-latest
166+
php-version: "8.3"
167+
add-ext: ", pcntl"
168+
164169
steps:
165170
- name: Configure Git to avoid issues with line endings
166171
if: matrix.os == 'windows-latest'
@@ -173,7 +178,7 @@ jobs:
173178
uses: shivammathur/setup-php@v2
174179
with:
175180
php-version: ${{ matrix.php-version }}
176-
extensions: ${{ env.PHP_EXTENSIONS }}
181+
extensions: "${{ env.PHP_EXTENSIONS }}${{ matrix.add-ext }}"
177182
ini-values: ${{ env.PHP_INI_VALUES }}
178183
coverage: pcov
179184
tools: none

0 commit comments

Comments
 (0)