Skip to content

Commit b37b2f5

Browse files
authored
Merge branch '2.7' into 3037
2 parents 4a3a954 + 30c5a00 commit b37b2f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ php:
66
- 7.1
77
- 7.2
88
- 7.3
9-
- nightly
9+
- 7.4snapshot
1010

1111
env:
1212
- DB=sqlite
@@ -47,7 +47,7 @@ jobs:
4747

4848
- stage: Test
4949
env: DB=mysql MYSQL_VERSION=5.7
50-
php: nightly
50+
php: 7.4snapshot
5151
before_script:
5252
- ./tests/travis/install-mysql-$MYSQL_VERSION.sh
5353
sudo: required
@@ -91,12 +91,12 @@ jobs:
9191

9292
- stage: Code Quality
9393
env: DB=none CODING_STANDARDS
94-
php: nightly
94+
php: 7.4snapshot
9595
script:
9696
- ./vendor/bin/phpcs
9797

9898
allow_failures:
99-
- php: nightly
99+
- php: 7.4snapshot
100100

101101
cache:
102102
directories:

0 commit comments

Comments
 (0)