Skip to content

Commit

Permalink
Update drupal to 7.103
Browse files Browse the repository at this point in the history
  • Loading branch information
wodbot committed Dec 5, 2024
1 parent 28cd017 commit 10c37f6
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 @@ -14,7 +14,7 @@ on:
env:
DRUPAL11: '11.0.9'
DRUPAL10: '10.3.10'
DRUPAL7: '7.102'
DRUPAL7: '7.103'
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

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

DRUPAL_VER ?= 7.102
DRUPAL_VER ?= 7.103
DRUPAL_VER_MAJOR ?= $(shell echo "${DRUPAL_VER}" | grep -oE '^[0-9]+')

PHP_VER ?= 8.2
Expand Down

0 comments on commit 10c37f6

Please sign in to comment.