Skip to content

Commit ead325d

Browse files
committed
Change the latest PHP to 8.3.
1 parent adecec9 commit ead325d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/docker-hub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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

.github/workflows/github-container-registry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
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

update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.

0 commit comments

Comments
 (0)