Skip to content

Commit 930de8f

Browse files
committed
actions: Add ext-sodium
1 parent 860b672 commit 930de8f

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/workflows/php.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
uses: shivammathur/setup-php@v2
5454
with:
5555
php-version: ${{ matrix.php-versions }}
56-
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, openssl, pcre, posix, spl, xml
56+
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring,\
57+
openssl, pcre, posix, sodium, spl, xml
5758
tools: composer
5859
ini-values: error_reporting=E_ALL
5960
coverage: pcov
@@ -115,8 +116,8 @@ jobs:
115116
uses: shivammathur/setup-php@v2
116117
with:
117118
php-version: ${{ matrix.php-versions }}
118-
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, \
119-
openssl, pcre, posix, spl, xml, zip
119+
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring,\
120+
openssl, pcre, posix, sodium, spl, xml, zip
120121
tools: composer
121122
ini-values: error_reporting=E_ALL
122123
coverage: none
@@ -164,7 +165,8 @@ jobs:
164165
# Should be the higest supported version, so we can use the newest tools
165166
php-version: '8.5'
166167
tools: composer, composer-require-checker, composer-unused
167-
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, openssl, pcre, posix, spl, xml
168+
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring,\
169+
openssl, pcre, posix, sodium, spl, xml
168170

169171
- name: Setup problem matchers for PHP
170172
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
@@ -215,7 +217,8 @@ jobs:
215217
with:
216218
# Should be the lowest supported version
217219
php-version: '8.3'
218-
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring, openssl, pcre, posix, spl, xml
220+
extensions: ctype, date, dom, fileinfo, filter, hash, intl, ldap, mbstring,\
221+
openssl, pcre, posix, sodium, spl, xml
219222
tools: composer
220223
coverage: none
221224

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
"simplesamlphp/assert": "^2.0",
4545
"simplesamlphp/composer-module-installer": "^1.7",
46-
"simplesamlphp/simplesamlphp": "^2.5@dec",
46+
"simplesamlphp/simplesamlphp": "^2.5@dev",
4747
"symfony/ldap": "^7.4"
4848
},
4949
"require-dev": {

0 commit comments

Comments
 (0)