Skip to content

Commit 3977652

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

+5
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'

0 commit comments

Comments
 (0)