Skip to content

Commit 04dc8ed

Browse files
committed
Update WordPress version to 6.9-RC3 for testing
Test against WordPress 6.9 Release Candidate 3 to identify any compatibility issues before the stable release. Changes: - Update Buildkite pipeline matrix to 6.9-RC3 - Update docker-compose.yml default to 6.9-RC3 - Update wordpress.Dockerfile default to 6.9-RC3
1 parent 884ba6d commit 04dc8ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ common_params:
1717
# - '6.4'
1818
# - '6.5'
1919
# - '6.6'
20-
- '6.8.1'
20+
- '6.9-RC3'
2121

2222
steps:
2323
#

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
context: .
55
dockerfile: wordpress.Dockerfile
66
args:
7-
WORDPRESS_VERSION: ${WORDPRESS_VERSION:-6.8.1}
7+
WORDPRESS_VERSION: ${WORDPRESS_VERSION:-6.9-RC3}
88
container_name: 'wordpress'
99
ports:
1010
- '80:80'

wordpress.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG WORDPRESS_VERSION="6.8.1"
1+
ARG WORDPRESS_VERSION="6.9-RC3"
22

33
FROM public.ecr.aws/docker/library/wordpress:${WORDPRESS_VERSION}
44

0 commit comments

Comments
 (0)