Skip to content

Commit 54e3bb6

Browse files
committed
Ensure exif extension is always installed
1 parent e71185f commit 54e3bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-functional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
php-version: '${{ inputs.php }}'
7171
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On
72-
extensions: gd, imagick, mysql, zip, pdo_sqlite
72+
extensions: gd, imagick, mysql, zip, pdo_sqlite, exif
7373
coverage: ${{ inputs.coverage && 'xdebug' || 'none' }}
7474
tools: composer
7575
env:

0 commit comments

Comments
 (0)