Skip to content

Commit

Permalink
Add ds extension to build action
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Frömer <andreas.froemer@check24.de>
  • Loading branch information
Andreas Frömer authored and icanhazstring committed Jun 10, 2020
1 parent 98ef045 commit ecb4c3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate-code.yml
Expand Up @@ -24,7 +24,8 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
tools: composer
tools: composer, pecl
extensions: ds

- name: Validate composer.json and composer.lock
run: composer validate
Expand Down

0 comments on commit ecb4c3d

Please sign in to comment.