Skip to content

Commit a91fa3f

Browse files
author
Ben Thomson
committed
Add a few more PHP extensions into the automated tests
1 parent 0849720 commit a91fa3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: shivammathur/setup-php@master
2424
with:
2525
php-version: ${{ matrix.phpVersions }}
26-
extension-csv: mbstring, intl
26+
extension-csv: mbstring, intl, gd, xml
2727
- name: Install Composer dependencies
2828
run: composer install --no-interaction --no-progress --no-suggest --no-scripts
2929
- name: Reset October modules and library

0 commit comments

Comments
 (0)