Skip to content

Commit

Permalink
Update wordpress to 6.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wodbot committed Oct 13, 2023
1 parent 66deb8e commit 37d289d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
pull_request:

env:
WORDPRESS6: '6.3.1'
WORDPRESS6: '6.3.2'
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include env_make

WORDPRESS_VER ?= 6.3.1
WORDPRESS_VER ?= 6.3.2

WORDPRESS_VER_MAJOR ?= $(shell echo "${WORDPRESS_VER}" | grep -oE '^[0-9]+')

Expand Down

0 comments on commit 37d289d

Please sign in to comment.