Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Aug 3, 2020
1 parent da1b70b commit 0a879cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
php: [7.2, 7.3, 7.4]
extension: [':gmp', ':bcmath']
extension: [':bcmath']

name: PHP ${{ matrix.php }} (${{ matrix.extension }})

Expand All @@ -20,7 +20,7 @@ jobs:
php-version: ${{ matrix.php }}
coverage: xdebug
extensions: ${{ matrix.extension }}
- run: php -m
- run: php -r "if(! extension_loaded('bcmath')) {throw new Exception('bcmath not found');}"
- run: composer install --prefer-dist --no-interaction
- run: vendor/bin/phpunit --coverage-text
- run: vendor/bin/phpcs --standard=PSR12 --colors -n src tests
Expand Down

0 comments on commit 0a879cb

Please sign in to comment.