5252 uses : shivammathur/setup-php@v2
5353 with :
5454 # Should be the higest supported version, so we can use the newest tools
55- php-version : ' 8.3 '
55+ php-version : ' 8.4 '
5656 tools : composer, composer-require-checker, composer-unused, phpcs
5757 extensions : ctype, date, dom, filter, hash, mbstring, openssl, pcre, soap, spl, xml
5858 coverage : none
@@ -145,7 +145,7 @@ jobs:
145145 fail-fast : false
146146 matrix :
147147 operating-system : [ubuntu-latest]
148- php-versions : ['8.1', '8.2', '8.3']
148+ php-versions : ['8.1', '8.2', '8.3', '8.4' ]
149149
150150 steps :
151151 - name : Setup PHP, with composer and extensions
@@ -185,15 +185,15 @@ jobs:
185185 run : composer install --no-progress --prefer-dist --optimize-autoloader
186186
187187 - name : Run unit tests with coverage
188- if : ${{ matrix.php-versions == '8.3 ' }}
188+ if : ${{ matrix.php-versions == '8.4 ' }}
189189 run : vendor/bin/phpunit
190190
191191 - name : Run unit tests (no coverage)
192- if : ${{ matrix.php-versions != '8.3 ' }}
192+ if : ${{ matrix.php-versions != '8.4 ' }}
193193 run : vendor/bin/phpunit --no-coverage
194194
195195 - name : Save coverage data
196- if : ${{ matrix.php-versions == '8.3 ' }}
196+ if : ${{ matrix.php-versions == '8.4 ' }}
197197 uses : actions/upload-artifact@v4
198198 with :
199199 name : coverage-data
@@ -207,7 +207,7 @@ jobs:
207207 fail-fast : true
208208 matrix :
209209 operating-system : [windows-latest]
210- php-versions : ['8.1', '8.2', '8.3']
210+ php-versions : ['8.1', '8.2', '8.3', '8.4' ]
211211
212212 steps :
213213 - name : Setup PHP, with composer and extensions
0 commit comments