Skip to content

Commit e85faf4

Browse files
committed
Add ext-intl + ext-sodium for composer-require-checker
1 parent 5506b15 commit e85faf4

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/php.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
php-version: ['8.2', '8.3', '8.4', '8.5']
22+
php-version: ['8.3', '8.4', '8.5']
2323

24-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.10.6
24+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.0
2525
with:
2626
php-version: ${{ matrix.php-version }}
2727

@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232

33-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.10.6
33+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.0
3434
with:
3535
enable_eslinter: false
3636
enable_jsonlinter: true
@@ -45,7 +45,7 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
operating-system: [ubuntu-latest]
48-
php-versions: ['8.2', '8.3', '8.4', '8.5']
48+
php-versions: ['8.3', '8.4', '8.5']
4949

5050
steps:
5151
- name: Print OpenSSL version
@@ -56,7 +56,7 @@ jobs:
5656
uses: shivammathur/setup-php@v2
5757
with:
5858
php-version: ${{ matrix.php-versions }}
59-
extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, spl, xml
59+
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, sodium, spl, xml
6060
tools: composer
6161
ini-values: error_reporting=E_ALL
6262
coverage: pcov
@@ -110,7 +110,7 @@ jobs:
110110
fail-fast: true
111111
matrix:
112112
operating-system: [windows-latest]
113-
php-versions: ['8.2', '8.3', '8.4', '8.5']
113+
php-versions: ['8.3', '8.4', '8.5']
114114

115115
steps:
116116
- name: Print OpenSSL version
@@ -121,7 +121,7 @@ jobs:
121121
uses: shivammathur/setup-php@v2
122122
with:
123123
php-version: ${{ matrix.php-versions }}
124-
extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, spl, xml
124+
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, sodium, spl, xml
125125
tools: composer
126126
ini-values: error_reporting=E_ALL
127127
coverage: none
@@ -169,7 +169,7 @@ jobs:
169169
# Should be the higest supported version, so we can use the newest tools
170170
php-version: '8.5'
171171
tools: composer, composer-require-checker, composer-unused
172-
extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, spl, xml
172+
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, sodium, spl, xml
173173
coverage: none
174174

175175
- name: Setup problem matchers for PHP
@@ -221,7 +221,7 @@ jobs:
221221
uses: shivammathur/setup-php@v2
222222
with:
223223
# Should be the lowest supported version
224-
php-version: '8.2'
224+
php-version: '8.3'
225225
extensions: ctype, date, dom, filter, hash, mbstring, openssl, pcre, spl, xml
226226
tools: composer
227227
coverage: none

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636
},
3737
"require": {
38-
"php": "^8.2",
38+
"php": "^8.3",
3939
"ext-dom": "*",
4040
"ext-hash": "*",
4141
"ext-mbstring": "*",
@@ -47,7 +47,7 @@
4747
"simplesamlphp/xml-common": "~2.4"
4848
},
4949
"require-dev": {
50-
"simplesamlphp/simplesamlphp-test-framework": "~1.10"
50+
"simplesamlphp/simplesamlphp-test-framework": "~1.11"
5151
},
5252
"config": {
5353
"allow-plugins": {

0 commit comments

Comments
 (0)