Skip to content

Commit

Permalink
Travis: Use 7.4 instead of 7.4snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Feb 15, 2020
1 parent ab93285 commit 445796a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -6,7 +6,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- 7.4

env:
- DB=sqlite
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- stage: Test
dist: xenial
env: DB=mysql MYSQL_VERSION=5.7
php: 7.4snapshot
php: 7.4
services:
- mysql
before_script:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- stage: Code Quality
if: NOT type = pull_request
env: DB=none CODING_STANDARDS
php: 7.4snapshot
php: 7.4
install: travis_retry composer install --prefer-dist
script:
- ./vendor/bin/phpcs
Expand Down

0 comments on commit 445796a

Please sign in to comment.