Skip to content

Commit

Permalink
Ignore ext-posix on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Mar 19, 2023
1 parent 29c8c0b commit f0cb66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -249,7 +249,7 @@ jobs:
restore-keys: ${{ runner.os }}-composer-

- name: Install Composer dependencies
run: composer install --no-progress --prefer-dist --optimize-autoloader
run: composer install --no-progress --prefer-dist --optimize-autoloader --ignore-platform-req=ext-posix

- name: Run unit tests
run: vendor/bin/phpunit --no-coverage
Expand Down

0 comments on commit f0cb66e

Please sign in to comment.