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
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
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
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
0 commit comments