Skip to content

Commit

Permalink
Try drupal/webform:6.3.x-dev@dev
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinG authored Nov 20, 2024
1 parent 3e1d14a commit b7367c5
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,22 +94,7 @@ jobs:
- name: Download Webform
run: |
cd ~/drupal
#COMPOSER_MEMORY_LIMIT=-1 composer require 'drupal/webform:^6.2'
cd web/modules/contrib
git clone https://git.drupalcode.org/project/webform.git
cd webform
# see if this does anything we weren't already doing
curl -L -O https://git.drupalcode.org/project/webform/-/merge_requests/499.diff
git apply 499.diff
sed -i -e 's/10\.1/11/' webform.info.yml
sed -i -e 's/10\.1/11/' composer.json
# somebody has submitted a patch for "tabbable"
curl -L -O https://git.drupalcode.org/project/webform/-/merge_requests/452.diff
git apply 452.diff
# use newer version of select2 that doesn't call jQuery.isArray
sed -i -e 's/4\.0\.13/4.1.0-rc.0/' webform.libraries.yml
cd modules/webform_ui
sed -i -e 's/10\.1/11/' webform_ui.info.yml
COMPOSER_MEMORY_LIMIT=-1 composer require 'drupal/webform:6.3.x-dev@dev
- name: Install webform_civicrm
run: |
cd ~/drupal
Expand Down

0 comments on commit b7367c5

Please sign in to comment.