Closed jrfnl closed 3 years ago
This translates the existing Travis workflow to a GH Actions workflow.
Effectively it is the same workflow.
At a detail level, there are the following differences:
setup-php
The build against PHP 8.1 also does currently fail, but this is due to a PHP 8.1 incompatibility in Phive. This issue has been reported in https://github.com/phar-io/phive/issues/319 and 🖕🏻 https://github.com/phar-io/phive/pull/320 should fix it.
Fixes #100
Thanks a lot!
This translates the existing Travis workflow to a GH Actions workflow.
Effectively it is the same workflow.
At a detail level, there are the following differences:
setup-php
action install it automatically.The build against PHP 8.1 also does currently fail, but this is due to a PHP 8.1 incompatibility in Phive. This issue has been reported in https://github.com/phar-io/phive/issues/319 and 🖕🏻 https://github.com/phar-io/phive/pull/320 should fix it.
Fixes #100