-
-
Notifications
You must be signed in to change notification settings - Fork 84
Improve test matrix for D8 + D9 #157
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
Conversation
Spin out into two workflows. There should be one workflow for PHPCS, PHPStan, PHPUnit. One workflow for the Drupal integrations. For example, first workflow:
Second workflow:
|
Last failure seems to be on downgrading drupal/core and composer/installers breaking with composer v2 |
New idea:
|
For Parse from |
mglaman#156: Added an exclude option to prevent analysis in selected directories.
This moves from TravisCI to GitHub Actions. It also ensures we're testing on D9.
PHP8 was skipped due to
drupal/core-dev-pinned
referencingphar-io/manifest:1.0.3
which does not support PHP 8. However, usingdrupal/core-dev
would allowphar-io/manifest:^2.0
. Moving that to another PR.