Skip to content

Commit

Permalink
add missing extension to php
Browse files Browse the repository at this point in the history
  • Loading branch information
frets1700 committed Dec 6, 2023
1 parent d215003 commit c8601e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
extensions: none, curl
extensions: mbstring, intl, curl
ini-values: post_max_size=256M, max_execution_time=180
coverage: xdebug
tools: composer:v2

Expand Down

0 comments on commit c8601e2

Please sign in to comment.