[PR #6581] Travis enhancements: Use Build Stages, added PHP 7.2 #10046

Closed
opened 2026-01-22 16:06:16 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/6581

State: closed
Merged: Yes


  • migrated to Build Stages
  • added PHP 7.2 to the chain
  • added travis_retry to composer calls for cases when installation unexpectedly fails
  • added --prefer-dist to composer for faster installation
  • disable xdebug and only explicitly enable it for coverage job
  • fixed executable flag on tests/travis/install-mysql-5.7.sh

It's also much more readable than before with tons of bash ifs (but it may be just my subjective opinion).

**Original Pull Request:** https://github.com/doctrine/orm/pull/6581 **State:** closed **Merged:** Yes --- - migrated to [Build Stages](https://docs.travis-ci.com/user/build-stages) - added PHP 7.2 to the chain - added travis_retry to composer calls for cases when installation unexpectedly fails - added --prefer-dist to composer for faster installation - disable xdebug and only explicitly enable it for coverage job - fixed executable flag on tests/travis/install-mysql-5.7.sh It's also much more readable than before with tons of bash ifs (but it may be just my subjective opinion).
admin added the pull-request label 2026-01-22 16:06:16 +01:00
admin closed this issue 2026-01-22 16:06:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#10046