mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Remove PHP 7.4 from allow_failures
#6317
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 @carusogabriel on GitHub (Oct 1, 2019).
PHP 7.4 will be released soon and we need to ensure that
Doctrineis compatible with it.All we need to do is to remove this following line
d528f70568/.travis.yml (L95)and verify that everything is working.
This is a very good issue for those who want to participate in https://hacktoberfest.digitalocean.com.
@carusogabriel commented on GitHub (Oct 1, 2019):
This was already handled via https://github.com/doctrine/orm/pull/7785 for
v2.6.*.