mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-22 13:43:15 +02:00
Added some required extensions to CI
This commit is contained in:
2
.github/workflows/test-suite.yaml
vendored
2
.github/workflows/test-suite.yaml
vendored
@@ -77,7 +77,7 @@ jobs:
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
extensions: mbstring, intl
|
||||
extensions: apcu, mbstring, memcached, redis, intl
|
||||
coverage: xdebug
|
||||
|
||||
- name: Get Composer Cache Directory
|
||||
|
Reference in New Issue
Block a user