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 32144c4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .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 All @@ -127,7 +132,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: ${{ env.PHP_EXTENSIONS }}
extensions: "${{ env.PHP_EXTENSIONS }}${{ matrix.add-ext }}"
ini-values: ${{ env.PHP_INI_VALUES }}
tools: none

Expand Down

0 comments on commit 32144c4

Please sign in to comment.