Skip to content

Commit

Permalink
Update extension php workflows github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Oct 18, 2020
1 parent c37cd37 commit af53406
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
tests:
name: PHP ${{ matrix.php-version }}-${{ matrix.os }}
env:
extensions: curl, mbstring, dom, intl, fileinfo, json, libxml, pdo, pdo_sqlite, xml, xmlwriter
extensions: curl, mbstring, dom, intl, fileinfo, gd, json, libxml, pdo, pdo_sqlite, xml, xmlwriter
key: cache-v1

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
name: PHP ${{ matrix.php-version }}-${{ matrix.os }}
env:
COMPOSER_ROOT_VERSION: "dev-master"
extensions: ast
extensions: gd

runs-on: ${{ matrix.os }}

Expand Down
1 change: 1 addition & 0 deletions psalm.xml
Expand Up @@ -12,6 +12,7 @@
<directory name="vendor" />
<directory name="src/Theme/AdminOneBulma/resources" />
<directory name="src/Module/User/resources" />
<directory name="src/Module/Rbac/resources" />
</ignoreFiles>
</projectFiles>
</psalm>

0 comments on commit af53406

Please sign in to comment.