1919 strategy :
2020 fail-fast : false
2121 matrix :
22- php-version : ['8.5']
22+ php-version : ['8.5', '8.6' ]
2323
24- uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1
24+ uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@release-2.x
2525 secrets : inherit
2626 with :
2727 php-version : ${{ matrix.php-version }}
3131 strategy :
3232 fail-fast : false
3333
34- uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1
34+ uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@release-2.x
3535 secrets : inherit
3636 with :
3737 enable_eslinter : false
4747 fail-fast : false
4848 matrix :
4949 operating-system : [ubuntu-latest]
50- php-versions : ['8.5']
50+ php-versions : ['8.5', '8.6' ]
5151
5252 steps :
5353 - name : Setup PHP, with composer and extensions
5757 php-version : ${{ matrix.php-versions }}
5858 extensions : ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, soap, spl, sodium, xml
5959 tools : composer
60- ini-values : error_reporting=E_ALL
60+ ini-values : error_reporting=E_ALL, display_errors=on
6161 coverage : pcov
6262
6363 - name : Setup problem matchers for PHP
@@ -118,7 +118,7 @@ jobs:
118118 fail-fast : true
119119 matrix :
120120 operating-system : [windows-latest]
121- php-versions : ['8.5']
121+ php-versions : ['8.5', '8.6' ]
122122
123123 steps :
124124 - name : Setup PHP, with composer and extensions
@@ -129,7 +129,7 @@ jobs:
129129 extensions : ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre,\
130130 soap, sodium, spl, xml, zip
131131 tools : composer
132- ini-values : error_reporting=E_ALL
132+ ini-values : error_reporting=E_ALL, display_errors=on
133133 coverage : none
134134
135135 - name : Setup problem matchers for PHP
0 commit comments