Skip to content

Commit

Permalink
work on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen-G committed Dec 18, 2020
1 parent 13ad56f commit 45aa4d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
uses: actions/checkout@v1

- name: Setup PHP
uses: shivammathur/setup-php@v1
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: json, xdebug
extensions: json
coverage: xdebug

- name: Install dependencies
run: composer update --prefer-dist --no-suggest --no-interaction --no-scripts
Expand Down

0 comments on commit 45aa4d1

Please sign in to comment.