From 01e3b92ab67c7412e97ca924de3a7918373f3cba Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Fri, 25 Aug 2023 02:00:05 -0500 Subject: [PATCH] Update action.yml --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 67c8e30e..79f16457 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -12,7 +12,7 @@ inputs: extensions: description: The PHP extensions to use required: false - default: 'none, mbstring, curl, simplexml, dom, tokenizer' + default: 'none, mbstring, curl, simplexml, dom, xmlwriter, tokenizer' runs: using: composite