Skip to content

Commit 9c2e561

Browse files
committed
run unit tests also with pcntl
1 parent 4939585 commit 9c2e561

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
@@ -119,6 +119,11 @@ jobs:
119119
- "8.3"
120120
- "8.4"
121121

122+
include:
123+
- os: ubuntu-latest
124+
php-version: "8.3"
125+
add-ext: ", pcntl"
126+
122127
steps:
123128
- name: Configure Git to avoid issues with line endings
124129
if: matrix.os == 'windows-latest'
@@ -131,7 +136,7 @@ jobs:
131136
uses: shivammathur/setup-php@v2
132137
with:
133138
php-version: ${{ matrix.php-version }}
134-
extensions: ${{ env.PHP_EXTENSIONS }}
139+
extensions: "${{ env.PHP_EXTENSIONS }}${{ matrix.add-ext }}"
135140
ini-values: ${{ env.PHP_INI_VALUES }}
136141
tools: none
137142

0 commit comments

Comments
 (0)