We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04dba80 commit 12384f4Copy full SHA for 12384f4
1 file changed
.github/workflows/regen.yml
@@ -75,7 +75,7 @@ jobs:
75
tar xzf drupal.tgz
76
mv drupal-$DRUPVER drupal
77
cd drupal
78
- composer require drush/drush:'^8'
+ composer require drush/drush:'^9'
79
./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
80
chmod +w sites/default
81
cd sites/all/modules
0 commit comments