@@ -115,8 +115,8 @@ jobs:
115115 uses : shivammathur/setup-php@v2
116116 with :
117117 php-version : ${{ matrix.php-versions }}
118- extensions : ctype, dom, date, fileinfo, filter, hash, json, mbstring, mysql, openssl, pcre, \
119- pdo, pdo_sqlite, posix, soap, spl, xdebug, xml, zip
118+ extensions : ctype, dom, date, fileinfo, filter, hash, intl, json, mbstring, mysql, openssl, pcre, \
119+ pdo, pdo_sqlite, posix, soap, sodium, spl, xdebug, xml, zip
120120 tools : composer
121121 ini-values : error_reporting=E_ALL
122122 coverage : none
@@ -164,7 +164,7 @@ jobs:
164164 # Should be the higest supported version, so we can use the newest tools
165165 php-version : ' 8.5'
166166 tools : composer, composer-require-checker, composer-unused
167- extensions : ctype, date, dom, filter, hash, intl, mbstring, opcache, openssl, pcre, spl, xml
167+ extensions : ctype, date, dom, filter, hash, intl, mbstring, opcache, openssl, pcre, sodium, spl, xml
168168
169169 - name : Setup problem matchers for PHP
170170 run : echo "::add-matcher::${{ runner.tool_cache }}/php.json"
0 commit comments