tolerant-php-parser icon indicating copy to clipboard operation
tolerant-php-parser copied to clipboard

Migrate Travis CI checks to GitHub workflows

Open TysonAndre opened this issue 1 year ago • 2 comments
trafficstars

https://app.travis-ci.com/github/Microsoft/tolerant-php-parser/builds is apparently a blank page and broken image at the time this issue was created.

This seems to be why https://github.com/microsoft/tolerant-php-parser/pull/405/files was created

The same functionality is possible (e.g. also run it in docker similar to how phpunit tests are run in GH Actions) if configuration is added (and tested)

TysonAndre avatar Dec 26 '23 18:12 TysonAndre

You started this awhile back in https://github.com/microsoft/tolerant-php-parser/pull/386, should I merge that?

roblourens avatar Jan 02 '24 22:01 roblourens

You started this awhile back in https://github.com/microsoft/tolerant-php-parser/pull/386, should I merge that?

Yes. PHPStan may have had some updates that would cause failures due to dead code (seen locally), which #406 would fix.

TysonAndre avatar Jan 03 '24 15:01 TysonAndre