Skip to content

Commit bdfd6c1

Browse files
alexeyshockovgreg0ire
authored andcommitted
Stable PHP 7.4 in Travis
1 parent ca95b0e commit bdfd6c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ php:
1111
- 7.1
1212
- 7.2
1313
- 7.3
14-
- 7.4snapshot
14+
- 7.4
1515
- nightly
1616

1717
env:
@@ -86,7 +86,7 @@ jobs:
8686
- stage: Test
8787
dist: xenial
8888
env: DB=mysql MYSQL_VERSION=5.7
89-
php: 7.4snapshot
89+
php: 7.4
9090
services:
9191
- mysql
9292
before_script:
@@ -124,7 +124,7 @@ jobs:
124124
- stage: Code Quality
125125
if: NOT type = pull_request
126126
env: DB=none CODING_STANDARDS
127-
php: 7.4snapshot
127+
php: 7.4
128128
install: travis_retry composer install --prefer-dist
129129
script:
130130
- ./vendor/bin/phpcs

0 commit comments

Comments
 (0)