summaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint-php-cs.yml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-01-16 11:01:15 +0100
committerJoas Schilling <coding@schilljs.com>2024-01-16 11:01:15 +0100
commit4d7e20f7a92761bbccf2f61ce801789bff1bdbc4 (patch)
tree65dda3acbb3bfc11911050d767ed586ad3c11a91 /.github/workflows/lint-php-cs.yml
parent3e36d294f3d6fe7b713f3ab6bd4916807d1f43ee (diff)
fix(CI): Update workflow templates
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows/lint-php-cs.yml')
-rw-r--r--.github/workflows/lint-php-cs.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/lint-php-cs.yml b/.github/workflows/lint-php-cs.yml
index 163706eaa..62b023340 100644
--- a/.github/workflows/lint-php-cs.yml
+++ b/.github/workflows/lint-php-cs.yml
@@ -28,6 +28,7 @@ jobs:
uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2
with:
php-version: 8.2
+ extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite
coverage: none
ini-file: development
env: