We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab93285 commit 445796aCopy full SHA for 445796a
.travis.yml
@@ -6,7 +6,7 @@ php:
6
- 7.1
7
- 7.2
8
- 7.3
9
- - 7.4snapshot
+ - 7.4
10
11
env:
12
- DB=sqlite
@@ -54,7 +54,7 @@ jobs:
54
- stage: Test
55
dist: xenial
56
env: DB=mysql MYSQL_VERSION=5.7
57
- php: 7.4snapshot
+ php: 7.4
58
services:
59
- mysql
60
before_script:
@@ -102,7 +102,7 @@ jobs:
102
- stage: Code Quality
103
if: NOT type = pull_request
104
env: DB=none CODING_STANDARDS
105
106
install: travis_retry composer install --prefer-dist
107
script:
108
- ./vendor/bin/phpcs
0 commit comments