We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0849720 commit a91fa3fCopy full SHA for a91fa3f
.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: shivammathur/setup-php@master
24
with:
25
php-version: ${{ matrix.phpVersions }}
26
- extension-csv: mbstring, intl
+ extension-csv: mbstring, intl, gd, xml
27
- name: Install Composer dependencies
28
run: composer install --no-interaction --no-progress --no-suggest --no-scripts
29
- name: Reset October modules and library
0 commit comments