Skip to content

Commit

Permalink
[github] phpunit.yml: Attempt to fix fail on windows #2
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Jan 20, 2021
1 parent 87494c2 commit dbed715
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- run: echo "${{ needs.settings.outputs.extensions }}"
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: ${{ needs.settings.outputs.extensions }}
extensions: dom, intl, json, xml, libxml, xmlreader, pdo_sqlite
- name: Install dependencies
uses: "ramsey/composer-install@v1"
with:
Expand Down

0 comments on commit dbed715

Please sign in to comment.