theseer / Autoload

A lightweight php namespace aware autoload generator and phar archive builder
Other
388 stars 47 forks source link

CI: replace Travis with GH Actions #101

Closed jrfnl closed 3 years ago

jrfnl commented 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:

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

theseer commented 3 years ago

Thanks a lot!