Skip to content

Commit 445796a

Browse files
committed
Travis: Use 7.4 instead of 7.4snapshot
1 parent ab93285 commit 445796a

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
@@ -6,7 +6,7 @@ php:
66
- 7.1
77
- 7.2
88
- 7.3
9-
- 7.4snapshot
9+
- 7.4
1010

1111
env:
1212
- DB=sqlite
@@ -54,7 +54,7 @@ jobs:
5454
- stage: Test
5555
dist: xenial
5656
env: DB=mysql MYSQL_VERSION=5.7
57-
php: 7.4snapshot
57+
php: 7.4
5858
services:
5959
- mysql
6060
before_script:
@@ -102,7 +102,7 @@ jobs:
102102
- stage: Code Quality
103103
if: NOT type = pull_request
104104
env: DB=none CODING_STANDARDS
105-
php: 7.4snapshot
105+
php: 7.4
106106
install: travis_retry composer install --prefer-dist
107107
script:
108108
- ./vendor/bin/phpcs

0 commit comments

Comments
 (0)