Skip to content

Commit

Permalink
reduce installation
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJang27 committed May 22, 2024
1 parent 0115c7b commit 4d22f0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/linter_tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
extensions: mbstring, curl, xml, fpm
extensions: mbstring, curl, xml

# NOTE: tzdata is a dependency of php, but without the DEBIAN_FRONTEND=noninteractive
# it will prompt for a timezone selection
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/tool_tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
extensions: mbstring, curl, xml, fpm
extensions: mbstring, curl, xml

- name: Specify defaults
run: |
Expand Down

0 comments on commit 4d22f0c

Please sign in to comment.