Skip to content

Commit

Permalink
[CI] Correct extensions setting
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Aug 23, 2022
1 parent 97a3347 commit cdc7f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extension-csv: mbstring
extensions: mbstring
- name: Install composer dependencies
run: |
composer require typo3/cms-core=${{ matrix.typo3-versions }}
Expand Down

0 comments on commit cdc7f64

Please sign in to comment.