Start migration from Travis-CI to Github CI #61
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Porting jobs matrix by the two build environs (composer /--prefer-lowest)
and PHP versions 7.0 - 7.4.
Straight forward port from .travis.yml with the help of the
shivammathur/setup-php and ktomk/run-travis-yml Github Actions.
Additionally adding PHP 8.0 and nightly (8.1 @ shivammathur/setup-php).
Different is the Ubuntu version: Upstream was on Xenial (for base-line)
and on Trusty (for PHP 8.0 PR). Picking Xenial (Trusty is n/a on
Github).
Rationale is that the project is still running on travis-ci.org which
is shutting down. And: PHP 8.0 support (different issue).
PHP 8.0/8.1 fail by default, as not the PHP 8.0 PR nor already merged.
Further: bamarni/symfony-console-autocomplate is a dependency in magerun
and we have interest in a working CI and PHP 8.0 compatibility upstream.