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 ca95b0e commit bdfd6c1Copy full SHA for bdfd6c1
.travis.yml
@@ -11,7 +11,7 @@ php:
11
- 7.1
12
- 7.2
13
- 7.3
14
- - 7.4snapshot
+ - 7.4
15
- nightly
16
17
env:
@@ -86,7 +86,7 @@ jobs:
86
- stage: Test
87
dist: xenial
88
env: DB=mysql MYSQL_VERSION=5.7
89
- php: 7.4snapshot
+ php: 7.4
90
services:
91
- mysql
92
before_script:
@@ -124,7 +124,7 @@ jobs:
124
- stage: Code Quality
125
if: NOT type = pull_request
126
env: DB=none CODING_STANDARDS
127
128
install: travis_retry composer install --prefer-dist
129
script:
130
- ./vendor/bin/phpcs
0 commit comments