Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
🚒
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Mar 5, 2024
1 parent 67f4512 commit b9a4c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
php-version: ${{ matrix.php-version }}
tools: pecl
coverage: none
extensions: ast, curl, fileinfo, json, sodium, simplexml, zlib
extensions: ast, curl, fileinfo, intl, json, mbstring, sodium, simplexml, sodium, zlib

- name: "Update dependencies with composer"
uses: ramsey/composer-install@v2
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
with:
php-version: ${{ matrix.php-version }}
coverage: pcov
extensions: curl, fileinfo, json, sodium, simplexml, zlib
extensions: curl, fileinfo, intl, json, mbstring, sodium, simplexml, sodium, zlib

- name: "Install dependencies with composer"
uses: ramsey/composer-install@v2
Expand Down

0 comments on commit b9a4c4f

Please sign in to comment.