Skip to content
Snippets Groups Projects
Commit 81f34c8d authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Load opcache-extension to gain performance boost with psalm

parent 5cf9132c
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,9 @@ jobs:
# Should be the higest supported version, so we can use the newest tools
php-version: '8.2'
tools: composer:v2
extensions: ctype, date, dom, hash, intl, json, mbstring, mysql, openssl, pcre, pdo, pdo_sqlite, spl, xml
# optional performance gain for psalm: opcache
extensions: ctype, date, dom, hash, intl, json, mbstring, mysql, \
opcache, openssl, pcre, pdo, pdo_sqlite, spl, xml
coverage: none
- name: Setup problem matchers for PHP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment