Skip to content

Commit

Permalink
Add PHP extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Wolf committed Feb 22, 2023
1 parent ffb4e4b commit d1e2a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Remove CI
run: rm -r CI/
- name: Remove tests
run: rm -r tests/
run: rm -r tests/gd
- name: Remove test
run: rm -r test/
- name: Remove Dicto
Expand All @@ -30,7 +30,7 @@ jobs:
dev: no
php_version: 7.4
version: 2.2.x
args:
php_extensions: dom, curl, libxml, mbstring, zip, gd, json, readline, xsl
- name: Pack Release Zip
uses: montudor/action-zip@v1
with:
Expand Down

0 comments on commit d1e2a89

Please sign in to comment.