Skip to content

Conversation

@mollux
Copy link
Contributor

@mollux mollux commented Feb 10, 2023

No description provided.

@cla-bot cla-bot bot added the cla-signed label Feb 10, 2023
@codecov-commenter
Copy link

codecov-commenter commented Feb 11, 2023

Codecov Report

Merging #290 (4945f72) into main (ac02933) will not change coverage.
The diff coverage is n/a.

@@            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"]
Copy link
Contributor

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.

Suggested change
php_version: ["7.4", "8.0", "8.1"]
php_version: ["8.0", "8.1"]

name: CS tests
strategy:
matrix:
php_version: ["7.4", "8.0"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Idem.

Suggested change
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="[email protected]" --mailer_transport="smtp" --mailer_host="mailhog" --mailer_port="1025" --admin_username=admin --admin_password=mautic --admin_email="[email protected]"
Copy link
Member

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.

@RCheesley
Copy link
Member

@mollux some conflicts and feedback to address here.

@RCheesley
Copy link
Member

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: 🚨 Developer revision needed

Development

Successfully merging this pull request may close these issues.

5 participants