Skip to content

Commit

Permalink
run unit tests also with pcntl
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Mar 18, 2024
1 parent 186983e commit 3977652
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -115,6 +115,11 @@ jobs:
- "8.3"
- "8.4"

include:
- os: ubuntu-latest
php-version: "8.3"
add-ext: ", pcntl"

steps:
- name: Configure Git to avoid issues with line endings
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 3977652

Please sign in to comment.