mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Remove PHP 5.4 from travis builds #5145
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tPl0ch on GitHub (Jun 8, 2016).
Originally assigned to: @Ocramius on GitHub.
PHP 5.4 has reached end of life I don't understand why the travis run for PHP 5.4 is still required. See https://travis-ci.org/doctrine/doctrine2/jobs/135986241
It currently breaks travis builds for new PRs, i.e. the UnitOfWorkTest is using the
Country::classnotation which was introduced in PHP 5.5 (which will actually reach EOL very soon, too).Not sure if making
UnitOfWorkTestuseget_class()for now, or just remove PHP 5.4 from the travis build.@Ocramius commented on GitHub (Jun 8, 2016):
I'd say "go on and make a PR". Dropping 5.4 was indeed gonna happen :-)
@Ocramius commented on GitHub (Jun 8, 2016):
Handled via #5863