@@ -88,15 +88,15 @@ jobs:
8888 # - custom_ini: Whether to run with specific custom ini settings to hit very specific
8989 # code conditions.
9090 matrix :
91- php : ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
91+ php : ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
9292 custom_ini : [false]
9393
9494 include :
95- # Skip test runs on builds which are also run for in the coverage job.
96- # Note: the tests on PHP 7.2 will still be run as the coverage build is uses custom_ini for that version.
95+ # Skip test runs on builds which are also run in the coverage job.
96+ # Note: the tests on PHP 7.2 will still be run as the coverage build uses custom_ini settings for that version.
9797 - php : ' 5.4'
9898 skip_tests : true
99- - php : ' 8.3 '
99+ - php : ' 8.4 '
100100 skip_tests : true
101101
102102 # Extra builds running only the unit tests with different PHP ini settings.
@@ -107,7 +107,7 @@ jobs:
107107
108108 name : " PHP: ${{ matrix.php }} ${{ matrix.custom_ini && ' with custom ini settings' || '' }}"
109109
110- continue-on-error : ${{ matrix.php == '8.4 ' }}
110+ continue-on-error : ${{ matrix.php == '8.5 ' }}
111111
112112 steps :
113113 - name : Checkout code
@@ -154,7 +154,7 @@ jobs:
154154 - name : Install Composer dependencies
155155 uses : " ramsey/composer-install@v3"
156156 with :
157- composer-options : ${{ matrix.php == '8.4 ' && '--ignore-platform-req=php' || '' }}
157+ composer-options : ${{ matrix.php == '8.5 ' && '--ignore-platform-req=php' || '' }}
158158 custom-cache-suffix : $(date -u "+%Y-%m")
159159
160160 # Note: The code style check is run multiple times against every PHP version
@@ -200,7 +200,7 @@ jobs:
200200 custom_ini : false
201201 - php : ' 7.2'
202202 custom_ini : true
203- - php : ' 8.3 '
203+ - php : ' 8.4 '
204204 custom_ini : false
205205
206206 name : " Coverage: ${{ matrix.php }} ${{ matrix.custom_ini && ' with custom ini settings' || '' }}"
0 commit comments