Skip to content

Commit

Permalink
Update drupal to 10.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wodbot committed Sep 8, 2023
1 parent 6c08d9f commit d075e0d
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:
DRUPAL10: '10.1.2'
DRUPAL10: '10.1.3'
DRUPAL9: '9.5.10'
DRUPAL7: '7.98'
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion 10/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DRUPAL_VER ?= 10.1.2
DRUPAL_VER ?= 10.1.3
DRUPAL_VER_MAJOR ?= $(shell echo "${DRUPAL_VER}" | grep -oE '^[0-9]+')

PHP_VER ?= 8.2
Expand Down

0 comments on commit d075e0d

Please sign in to comment.