Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4d3b73e

Browse filesBrowse files
fre5hnicolas-grekas
authored andcommitted
[CI] Replace php7.4snapshot with php7.4 in Travis configuration
1 parent 30294c4 commit 4d3b73e
Copy full SHA for 4d3b73e

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: php
22

3-
dist: trusty
3+
dist: xenial
44

55
git:
66
depth: 2
@@ -24,9 +24,10 @@ matrix:
2424
include:
2525
- php: 5.5
2626
env: php_extra="5.6 7.0 7.1 7.2"
27+
dist: trusty
2728
- php: 7.3
2829
env: deps=high
29-
- php: 7.4snapshot
30+
- php: 7.4
3031
env: deps=low
3132
fast_finish: true
3233

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.