Skip to content

Commit 32144c4

Browse files
committed
run unit tests also with pcntl
1 parent 186983e commit 32144c4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ jobs:
115115
- "8.3"
116116
- "8.4"
117117

118+
include:
119+
- os: ubuntu-latest
120+
php-version: "8.3"
121+
add-ext: ", pcntl"
122+
118123
steps:
119124
- name: Configure Git to avoid issues with line endings
120125
if: matrix.os == 'windows-latest'
@@ -127,7 +132,7 @@ jobs:
127132
uses: shivammathur/setup-php@v2
128133
with:
129134
php-version: ${{ matrix.php-version }}
130-
extensions: ${{ env.PHP_EXTENSIONS }}
135+
extensions: "${{ env.PHP_EXTENSIONS }}${{ matrix.add-ext }}"
131136
ini-values: ${{ env.PHP_INI_VALUES }}
132137
tools: none
133138

0 commit comments

Comments
 (0)