Skip to content

Commit

Permalink
Merge branch 'master' into 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
wodbot committed Jun 6, 2024
2 parents b82d7a9 + c3b416f commit 200387b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.5.3'
WORDPRESS6: '6.5.4'
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

Expand Down
6 changes: 3 additions & 3 deletions .wordpress-php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
8.3#2024-05-12T02:17:20.30447Z
8.2#2024-05-12T02:17:20.30447Z
8.1#2024-05-12T02:17:20.30447Z
8.3#2024-05-16T02:16:32.424657Z
8.2#2024-05-16T02:16:32.424657Z
8.1#2024-05-16T02:16:32.424657Z
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.5.3
WORDPRESS_VER ?= 6.5.4

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

Expand Down

0 comments on commit 200387b

Please sign in to comment.