Skip to content

Commit

Permalink
fix: test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yorick authored and Yorick committed Mar 28, 2024
1 parent 9999d12 commit d633df7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v1

- name: Install PHP
uses: shivammathur/setup-php@1.3.7
- name: Install PHP and enable required extensions
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: simplexml

- name: Debugging
run: |
Expand All @@ -26,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
composer install --prefer-dist --no-suggest
composer install --prefer-dist
- name: Run tests
run: composer run test

0 comments on commit d633df7

Please sign in to comment.