Skip to content

Commit

Permalink
Update wordpress.yml
Browse files Browse the repository at this point in the history
Update WordPress to 6.7 and upgrade MySQL to latest LTS version 8.4.3

Refer to https://make.wordpress.org/hosting/2024/11/05/wordpress-6-7-server-compatibility/ for server compatibility details.
  • Loading branch information
ThcDelux3 authored Dec 18, 2024
1 parent 67b08fe commit 3c43531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/v4/apps/wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ caproverOneClickApp:
defaultValue: $$cap_gen_random_hex(16)
- id: $$cap_wp_version
label: WordPress Version
defaultValue: '6.0.1'
defaultValue: '6.7.1'
description: Check out their Docker page for the valid tags https://hub.docker.com/r/library/wordpress/tags/
validRegex: /^([^\s^\/])+$/
- id: $$cap_db_type
Expand All @@ -46,7 +46,7 @@ caproverOneClickApp:
validRegex: /^(mysql|mariadb)$/
- id: $$cap_database_version
label: Database Version, default is MySQL
defaultValue: '8.0.29'
defaultValue: '8.4.3'
description: Check out the Docker pages for the valid tags https://hub.docker.com/r/library/mysql/tags/ or https://hub.docker.com/_/mariadb?tab=tags
validRegex: /^([^\s^\/])+$/
instructions:
Expand Down

0 comments on commit 3c43531

Please sign in to comment.