Skip to content

Commit

Permalink
Drop support for Drupal 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-teck committed Mar 3, 2024
1 parent 08e75b9 commit e69a51a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- "8.2"
- "8.3"
drupal:
- "10.1.x"
- "10.2.x"
- "10.3.x"
dependency-mode:
Expand Down
2 changes: 1 addition & 1 deletion scripts/functional-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ drupal_dir=$workspace_dir/drupal
cache_dir=$workspace_dir/cache
dcg_dir=$drupal_dir/vendor/chi-teck/drupal-code-generator
drupal_repo='https://git.drupalcode.org/project/drupal.git'
dcg_drupal_version=${DCG_DRUPAL_VERSION:-'10.2.x'}
dcg_drupal_version=${DCG_DRUPAL_VERSION:-'10.3.x'}

echo -----------------------------------------------
echo ' DRUPAL PATH: ' $drupal_dir
Expand Down
2 changes: 1 addition & 1 deletion scripts/sut-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dcg_drupal_host=${DCG_DRUPAL_HOST:-'127.0.0.1'}
dcg_drupal_port=${DCG_DRUPAL_PORT:-'8085'}
dcg=$drupal_dir/vendor/bin/dcg
dcg_wd_url=${DCG_WD_URL:-'http://localhost:4444/wd/hub'}
dcg_drupal_version=${DCG_DRUPAL_VERSION:-'10.2.x'}
dcg_drupal_version=${DCG_DRUPAL_VERSION:-'10.3.x'}
drupal_repo='https://git.drupalcode.org/project/drupal.git'

echo -----------------------------------------------
Expand Down

0 comments on commit e69a51a

Please sign in to comment.