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, 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 : Print OpenSSL version
@@ -187,15 +187,15 @@ jobs:
187187 run : composer install --no-progress --prefer-dist --optimize-autoloader
188188
189189 - name : Run unit tests with coverage
190- if : ${{ matrix.php-versions == '8.3 ' }}
190+ if : ${{ matrix.php-versions == '8.4 ' }}
191191 run : vendor/bin/phpunit
192192
193193 - name : Run unit tests (no coverage)
194- if : ${{ matrix.php-versions != '8.3 ' }}
194+ if : ${{ matrix.php-versions != '8.4 ' }}
195195 run : vendor/bin/phpunit --no-coverage
196196
197197 - name : Save coverage data
198- if : ${{ matrix.php-versions == '8.3 ' }}
198+ if : ${{ matrix.php-versions == '8.4 ' }}
199199 uses : actions/upload-artifact@v4
200200 with :
201201 name : coverage-data
@@ -209,7 +209,7 @@ jobs:
209209 fail-fast : true
210210 matrix :
211211 operating-system : [windows-latest]
212- php-versions : ['8.1', '8.2', '8.3']
212+ php-versions : ['8.1', '8.2', '8.3', '8.4' ]
213213
214214 steps :
215215 - name : Print OpenSSL version
0 commit comments