Skip to content

Commit

Permalink
Update matomo to 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wodbot committed Sep 26, 2024
1 parent ce094ba commit 5d3466b
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 @@ -20,6 +20,6 @@ jobs:
- uses: actions/checkout@v2
- uses: ./.github/actions
with:
version: '5.1.1'
version: '5.1.2'
php_ver: 8.2
tags: 5.1,5,latest
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include env_make

MATOMO_VER ?= 5.1.1
MATOMO_VER ?= 5.1.2
MATOMO_MINOR_VER ?= $(shell echo "${MATOMO_VER}" | grep -oE '^[0-9]+\.[0-9]+')

TAG ?= $(MATOMO_MINOR_VER)
Expand Down

0 comments on commit 5d3466b

Please sign in to comment.