Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Commit

Permalink
Add missing PHP extensions for CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
shochdoerfer committed Feb 6, 2021
1 parent e9234dd commit 9b52ad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
php-version: ${{ matrix.php-versions }}
tools: composer:v1
coverage: xdebug
extensions: bcmath, gd

- name: Install Composer dependencies
run: composer install
Expand Down

0 comments on commit 9b52ad3

Please sign in to comment.