Skip to content

Commit 12384f4

Browse files
committed
Regen - Update drush
1 parent 04dba80 commit 12384f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/regen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
tar xzf drupal.tgz
7676
mv drupal-$DRUPVER drupal
7777
cd drupal
78-
composer require drush/drush:'^8'
78+
composer require drush/drush:'^9'
7979
./vendor/drush/drush/drush -y -l http://civi.localhost site-install standard --db-url='mysql://root:passpasspw@127.0.0.1:${{ job.services.mysql.ports[3306] }}/db' --site-name=TestCivi --account-pass=admin
8080
chmod +w sites/default
8181
cd sites/all/modules

0 commit comments

Comments
 (0)