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 Jan 18, 2024
2 parents 681cec4 + 977111f commit 0f96c7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .drupal-php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
8.3#2023-12-30T02:12:17.285134Z
8.2#2023-12-30T02:12:17.285134Z
8.1#2023-12-30T02:12:17.285134Z
8.3#2024-01-13T02:14:39.578203Z
8.2#2024-01-13T02:14:39.578203Z
8.1#2024-01-13T02:14:39.578203Z
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.2.1'
DRUPAL10: '10.2.2'
DRUPAL7: '7.99'
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
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.2.1
DRUPAL_VER ?= 10.2.2
DRUPAL_VER_MAJOR ?= $(shell echo "${DRUPAL_VER}" | grep -oE '^[0-9]+')

PHP_VER ?= 8.3
Expand Down

0 comments on commit 0f96c7a

Please sign in to comment.