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, libxml, pcre, spl, xml
5858 coverage : none
@@ -144,7 +144,7 @@ jobs:
144144 fail-fast : false
145145 matrix :
146146 operating-system : [ubuntu-latest]
147- php-versions : ['8.1', '8.2', '8.3']
147+ php-versions : ['8.1', '8.2', '8.3', '8.4' ]
148148
149149 steps :
150150 - name : Setup PHP, with composer and extensions
@@ -184,15 +184,15 @@ jobs:
184184 run : composer install --no-progress --prefer-dist --optimize-autoloader
185185
186186 - name : Run unit tests with coverage
187- if : ${{ matrix.php-versions == '8.3 ' }}
187+ if : ${{ matrix.php-versions == '8.4 ' }}
188188 run : vendor/bin/phpunit
189189
190190 - name : Run unit tests (no coverage)
191- if : ${{ matrix.php-versions != '8.3 ' }}
191+ if : ${{ matrix.php-versions != '8.4 ' }}
192192 run : vendor/bin/phpunit --no-coverage
193193
194194 - name : Save coverage data
195- if : ${{ matrix.php-versions == '8.3 ' }}
195+ if : ${{ matrix.php-versions == '8.4 ' }}
196196 uses : actions/upload-artifact@v4
197197 with :
198198 name : coverage-data
@@ -206,7 +206,7 @@ jobs:
206206 fail-fast : true
207207 matrix :
208208 operating-system : [windows-latest]
209- php-versions : ['8.1', '8.2', '8.3']
209+ php-versions : ['8.1', '8.2', '8.3', '8.4' ]
210210
211211 steps :
212212 - name : Setup PHP, with composer and extensions
0 commit comments