cedricziel / idea-php-typo3-plugin

TYPO3 CMS Plugins for IntelliJ IDEA / PhpStorm
MIT License
96 stars 8 forks source link

Move from Travis to GitHub Actions #352

Closed cedricziel closed 3 years ago

cedricziel commented 3 years ago

Since Travis CI will shut down, this migrates the plugin builds to the official JetBrains Plugin Template.

It builds and deploys the plugin on GitHub release, through GitHub Actions.

The main challenge is to adapt the multi-version build to the official template.