Skip to content

Commit 6df1da2

Browse files
demeritcowboycolemanw
authored andcommitted
update regen script
1 parent 04dba80 commit 6df1da2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/regen.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: shivammathur/setup-php@v2
4747
with:
48-
php-version: 8.1
48+
php-version: 8.3
4949
extensions: dom, curl, libxml, mbstring, zip, pdo, mysql, pdo_mysql, bcmath, soap, intl, gd, exif, iconv
5050
coverage: none
5151
tools: composer:v2
@@ -75,6 +75,8 @@ jobs:
7575
tar xzf drupal.tgz
7676
mv drupal-$DRUPVER drupal
7777
cd drupal
78+
# allow packages with security advisories
79+
echo '{"config":{"audit":{"block-insecure": false}}}' > composer.json
7880
composer require drush/drush:'^8'
7981
./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
8082
chmod +w sites/default

0 commit comments

Comments
 (0)