Skip to content

Commit e9f1752

Browse files
committed
Add ext-session
1 parent 102f611 commit e9f1752

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
php-version: ${{ matrix.php-versions }}
5656
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, posix,\
57-
sodium, spl, xml
57+
session, sodium, spl, xml
5858
tools: composer
5959
ini-values: error_reporting=E_ALL
6060
coverage: pcov
@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
php-version: ${{ matrix.php-versions }}
119119
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, posix,\
120-
sodium, spl, xml, zip
120+
session, sodium, spl, xml, zip
121121
tools: composer
122122
ini-values: error_reporting=E_ALL
123123
coverage: none
@@ -167,7 +167,7 @@ jobs:
167167
tools: composer, composer-require-checker, composer-unused, phpcs, psalm
168168
# optional performance gain for psalm: opcache
169169
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, opcache, openssl, pcre, posix,\
170-
sodium, spl, xml
170+
session, sodium, spl, xml
171171

172172
- name: Setup problem matchers for PHP
173173
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
@@ -223,7 +223,7 @@ jobs:
223223
# Should be the lowest supported version
224224
php-version: '8.3'
225225
extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, posix,\
226-
sodium, spl, xml
226+
session, sodium, spl, xml
227227
tools: composer
228228
coverage: none
229229

0 commit comments

Comments
 (0)