mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Ensure necessary PHP extensions are installed with unit tests
This commit is contained in:
parent
e9abdf7783
commit
c70af0ec64
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -23,6 +23,7 @@ jobs:
|
||||
uses: shivammathur/setup-php@master
|
||||
with:
|
||||
php-version: ${{ matrix.phpVersions }}
|
||||
extension-csv: mbstring, intl
|
||||
- name: Install Composer dependencies
|
||||
run: composer install --no-interaction --no-progress --no-suggest
|
||||
- name: Reset October modules and library
|
||||
|
Loading…
x
Reference in New Issue
Block a user