Skip to content

Commit

Permalink
#369 - Adding missing PHP extensions to Actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
alphadevx committed May 8, 2021
1 parent e8c36fb commit 6c047de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: gd, redis, apcu, memcached
- name: Check PHP Version
run: php -v
- name: Composer Install Project
Expand Down

0 comments on commit 6c047de

Please sign in to comment.