Skip to content

Commit 57e1a0a

Browse files
committed
Fixing Travis
1 parent 8d11861 commit 57e1a0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ matrix:
6363
- postgresql
6464
- php: 7.3
6565
env: PREFER_LOWEST="" DB=mysql NO_WEAKREF=1
66-
- php: nightly
66+
- php: "7.4snapshot"
6767
env: PREFER_LOWEST="" DB=mysql NO_WEAKREF=1
6868
allow_failures:
6969
- php: 7.3 # 7.3 allowed to fail due to an issue with greenlion/PHP-SQL-Parser: https://github.com/greenlion/PHP-SQL-Parser/pull/304
70-
- php: nightly
70+
- php: "7.4snapshot"
7171
- php: 7.1
7272
env: PREFER_LOWEST="" DB=oracle PHPUNITFILE="-c phpunit.oracle.xml"
7373
- php: 7.1

composer-require-checker.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"null", "true", "false",
44
"static", "self", "parent",
55
"array", "string", "int", "float", "bool", "iterable", "callable", "void", "object",
6-
"WeakRef",
6+
"WeakRef", "WeakReference",
77
"TheCodingMachine\\TDBM\\Fixtures\\Interfaces\\TestUserDaoInterface",
88
"TheCodingMachine\\TDBM\\Fixtures\\Traits\\TestUserDaoTrait",
99
"TheCodingMachine\\TDBM\\Fixtures\\Interfaces\\TestUserInterface",

0 commit comments

Comments
 (0)