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 Apr 14, 2024
1 parent 7adcdee commit 0758468
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,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 @@ -131,7 +136,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 0758468

Please sign in to comment.