Add APCU extension

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2021-06-03 22:35:17 +02:00
parent 50021e15a9
commit e9a418262e
No known key found for this signature in database
GPG Key ID: CC14BE8FDDEB46B8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ on:
- stable*
env:
php-extensions: cli,ctype,curl,dom,fileinfo,gd,iconv,intl,json,ldap,mbstring,memcached,mysql,oci8,openssl,pdo_sqlite,pgsql,posix,redis,sqlite,xml,zip
php-extensions: apcu,cli,ctype,curl,dom,fileinfo,gd,iconv,intl,json,ldap,mbstring,memcached,mysql,oci8,openssl,pdo_sqlite,pgsql,posix,redis,sqlite,xml,zip
jobs:
phpunit-nodb: