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 Jul 27, 2023
1 parent 65f7ba8 commit 586c486
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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, json, simplexml, zlib
extensions: ast, curl, fileinfo, json, simplexml, sodium, zlib

- name: "Update dependencies with composer"
uses: ramsey/composer-install@v2
Expand All @@ -63,7 +63,7 @@ jobs:
php-version: "8.1"
coverage: none
tools: phpDocumentor
extensions: curl, json, simplexml, sodium, zlib
extensions: curl, fileinfo, json, simplexml, sodium, zlib

- name: "Build Docs"
run: phpdoc --config=phpdoc.xml.dist
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
with:
php-version: ${{ matrix.php-version }}
coverage: pcov
extensions: curl, json, simplexml, sodium, zlib
extensions: curl, fileinfo, json, simplexml, sodium, zlib

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

0 comments on commit 586c486

Please sign in to comment.