Skip to content

Commit 7adcdee

Browse files
committed
CI: add pcntl job
1 parent 118605d commit 7adcdee

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
@@ -166,6 +166,11 @@ jobs:
166166
- "8.3"
167167
- "8.4"
168168

169+
include:
170+
- os: ubuntu-latest
171+
php-version: "8.3"
172+
add-ext: ", pcntl"
173+
169174
steps:
170175
- name: Configure Git to avoid issues with line endings
171176
if: matrix.os == 'windows-latest'
@@ -178,7 +183,7 @@ jobs:
178183
uses: shivammathur/setup-php@v2
179184
with:
180185
php-version: ${{ matrix.php-version }}
181-
extensions: ${{ env.PHP_EXTENSIONS }}
186+
extensions: "${{ env.PHP_EXTENSIONS }}${{ matrix.add-ext }}"
182187
ini-values: ${{ env.PHP_INI_VALUES }}
183188
coverage: pcov
184189
tools: none

0 commit comments

Comments
 (0)