1313 strategy :
1414 fail-fast : false
1515 matrix :
16- php-versions : ["8.2 ", "8.3 "]
16+ php-versions : ["8.3 ", "8.4", "8.5 "]
1717
1818 steps :
1919 - name : Setup PHP, with composer and extensions
5555 run : composer install --no-progress --prefer-dist --optimize-autoloader
5656
5757 - name : Decide whether to run code coverage or not
58- if : ${{ matrix.php-versions != '8.2 ' }}
58+ if : ${{ matrix.php-versions != '8.5 ' }}
5959 run : |
6060 echo "NO_COVERAGE=--no-coverage" >> $GITHUB_ENV
6161
@@ -70,13 +70,13 @@ jobs:
7070 ./vendor/bin/phpunit $NO_COVERAGE --no-configuration -c phpunit.integration.xml
7171
7272 - name : Merge coverage data
73- if : ${{ matrix.php-versions == '8.2 ' }}
73+ if : ${{ matrix.php-versions == '8.5 ' }}
7474 run : |
7575 ./vendor/bin/phpunit-merger log build/logs/partial_junit/ build/logs/junit.xml
7676 ./vendor/bin/phpunit-merger coverage build/logs/partial_clover/ build/logs/clover.xml
7777
7878 - name : Save coverage data
79- if : ${{ matrix.php-versions == '8.2 ' }}
79+ if : ${{ matrix.php-versions == '8.5 ' }}
8080 uses : actions/upload-artifact@v4
8181 with :
8282 name : build-data
@@ -130,7 +130,7 @@ jobs:
130130 - name : Setup PHP, with composer and extensions
131131 uses : shivammathur/setup-php@v2 # https://github.com/shivammathur/setup-php
132132 with :
133- php-version : " 8.2 "
133+ php-version : " 8.3 "
134134 extensions : mbstring, xml
135135 tools : composer:v2
136136 coverage : none
@@ -163,7 +163,7 @@ jobs:
163163 - name : Setup PHP, with composer and extensions
164164 uses : shivammathur/setup-php@v2 # https://github.com/shivammathur/setup-php
165165 with :
166- php-version : " 8.2 "
166+ php-version : " 8.5 "
167167 tools : composer:v2
168168 extensions : mbstring, xml
169169
@@ -211,7 +211,7 @@ jobs:
211211 strategy :
212212 fail-fast : false
213213 matrix :
214- ssp-version : ["v2.3.7 ", "v2.4.4 "]
214+ ssp-version : ["v2.4.5 ", "v2.5.0 "]
215215 env :
216216 SUITE_BASE_URL : https://localhost.emobix.co.uk:8443
217217 VERSION : release-v5.1.35
0 commit comments