-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
switch to docker image instead of installing Mautic locally #290
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## main #290 +/- ##
=========================================
Coverage 51.58% 51.58%
Complexity 408 408
=========================================
Files 30 30
Lines 1103 1103
=========================================
Hits 569 569
Misses 534 534 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
strategy: | ||
matrix: | ||
mautic_version: ["5.x-dev", "4.x-dev"] | ||
php_version: ["7.4", "8.0", "8.1"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per #286 PHP 7 is no longer supported.
php_version: ["7.4", "8.0", "8.1"] | |
php_version: ["8.0", "8.1"] |
@@ -139,15 +116,17 @@ jobs: | |||
cs: | |||
runs-on: ubuntu-20.04 | |||
name: CS tests | |||
strategy: | |||
matrix: | |||
php_version: ["7.4", "8.0"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Idem.
php_version: ["7.4", "8.0"] | |
php_version: ["8.0"] |
|
||
php bin/console cache:clear --no-warmup | ||
|
||
php bin/console mautic:install http://localhost/ --force --mailer_from_name="GitHub Actions" --mailer_from_email="github-actions@mautic.org" --mailer_transport="smtp" --mailer_host="mailhog" --mailer_port="1025" --admin_username=admin --admin_password=mautic --admin_email="bla@bla.be" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mollux can you please remove the email values from this command as it will now fail due to mautic/mautic#12216
And set them in the config file directly.
@mollux some conflicts and feedback to address here. |
Hi @mollux there's some outstanding feedback to be addressed here from last year - could you take a look and resolve the conflicts please? Thanks in advance! |
No description provided.