1919 strategy :
2020 fail-fast : false
2121 matrix :
22- php-version : ['8.1', '8. 2', '8.3', '8.4']
22+ php-version : ['8.2', '8.3', '8.4']
2323
2424 uses :
simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected] 2525 with :
4545 fail-fast : false
4646 matrix :
4747 operating-system : [ubuntu-latest]
48- php-versions : ['8.1', '8. 2', '8.3', '8.4']
48+ php-versions : ['8.2', '8.3', '8.4']
4949
5050 steps :
5151 - name : Setup PHP, with composer and extensions
@@ -107,7 +107,7 @@ jobs:
107107 fail-fast : true
108108 matrix :
109109 operating-system : [windows-latest]
110- php-versions : ['8.1', '8. 2', '8.3', '8.4']
110+ php-versions : ['8.2', '8.3', '8.4']
111111
112112 steps :
113113 - name : Setup PHP, with composer and extensions
@@ -161,7 +161,7 @@ jobs:
161161 with :
162162 # Should be the higest supported version, so we can use the newest tools
163163 php-version : ' 8.4'
164- tools : composer, composer-require-checker, composer-unused, phpcs
164+ tools : composer, composer-require-checker, composer-unused
165165 extensions : ctype, date, dom, filter, libxml, pcre, spl, xml
166166 coverage : none
167167
@@ -193,7 +193,7 @@ jobs:
193193 run : composer-unused --excludePackage=simplesamlphp/composer-xmlprovider-installer
194194
195195 - name : PHP Code Sniffer
196- run : phpcs
196+ run : vendor/bin/ phpcs
197197
198198 - name : PHPStan
199199 run : |
@@ -212,7 +212,7 @@ jobs:
212212 uses : shivammathur/setup-php@v2
213213 with :
214214 # Should be the lowest supported version
215- php-version : ' 8.1 '
215+ php-version : ' 8.2 '
216216 extensions : ctype, date, dom, filter, libxml, pcre, spl, xml
217217 tools : composer
218218 coverage : none
0 commit comments