File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5252 fail-fast : false
5353 env :
5454 PHP_VERSION : ${{ matrix.php }}
55- PHP_LATEST : ' 8.2 '
55+ PHP_LATEST : ' 8.3 '
5656 permissions :
5757 contents : read
5858
@@ -100,7 +100,7 @@ jobs:
100100
101101 env :
102102 PHP_VERSION : ${{ matrix.php }}
103- PHP_LATEST : ' 8.2 '
103+ PHP_LATEST : ' 8.3 '
104104
105105 steps :
106106 - name : Checkout repository
Original file line number Diff line number Diff line change 6565 fail-fast : false
6666 env :
6767 PHP_VERSION : ${{ matrix.php }}
68- PHP_LATEST : ' 8.2 '
68+ PHP_LATEST : ' 8.3 '
6969 permissions :
7070 contents : read
7171
@@ -113,7 +113,7 @@ jobs:
113113
114114 env :
115115 PHP_VERSION : ${{ matrix.php }}
116- PHP_LATEST : ' 8.2 '
116+ PHP_LATEST : ' 8.3 '
117117
118118 steps :
119119 - name : Checkout repository
Original file line number Diff line number Diff line change 11<?php
22
33// The latest stable version of PHP that is supported in WordPress trunk.
4- $ latest = '8.2 ' ;
4+ $ latest = '8.3 ' ;
55
66/**
77 * An array of all PHP versions that we need to generate images for, and their config settings.
You can’t perform that action at this time.
0 commit comments