You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move Travis to GH Actions and fix CI builds (#690)
* Move Travis config to GH Actions
* Run PHPStan in Continuous integration GH Action
* Run unit tests against different Symfony versions
* Fix unit tests
* Fix tools installation in GHA
* Fix Mongodb tests
* Install symfony/form and doctrine/annotations for unit tests
* Use installed version of phpstan
* Fix CS
* Normalize composer.json
* Run composer install before phpstan
* Add phpstan-baseline file
* Remove support for Propel
* Fix Makefile syntax and Symfony versions in GHA
* Update PHPStan baseline
* Use ramsey/composer-install for dependencies
* Add test dependencies during GH run
* Fix dependencies install
* Add SYMFONY_DEPRECATIONS_HELPER env variable
* Require PHPUnit min 8.5.23
* Update minimum version of php-mock
* Disallow Symfony version 6 for some components
* Increase deprecation notices
* Remove PHP 8.1 from GH actions
Support and tests for PHP 8.1 can be added later
* Limit symfony/form to 4.4 || 5.1
* Combine GH workflows to a single workflow
0 commit comments