Skip to content

Commit c37d3e9

Browse files
authored
Do not use snapshot for php74
1 parent 026a96b commit c37d3e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ sudo: false
44

55
php:
66
- 7.3
7-
- 7.4snapshot
7+
- 7.4
88
- nightly
99

1010
matrix:
1111
allow_failures:
12-
- php: 7.4snapshot
12+
- php: 7.4
1313
- php: nightly
1414

1515
before_script:

0 commit comments

Comments
 (0)