Skip to content

Commit c70af0e

Browse files
author
Ben Thomson
committed
Ensure necessary PHP extensions are installed with unit tests
1 parent e9abdf7 commit c70af0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

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

0 commit comments

Comments
 (0)