Skip to content

Commit d467380

Browse files
authored
Merge pull request #7 from swisnl/feature/php-7.4
Run tests on PHP 7.4
2 parents dfbd8f8 + 9c766e2 commit d467380

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ checks:
2020
tools:
2121
external_code_coverage:
2222
timeout: 600
23-
runs: 6
23+
runs: 4
2424

2525
build:
2626
nodes:

.travis.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,20 @@ php:
55
- 7.1
66
- 7.2
77
- 7.3
8-
9-
# This triggers builds to run on the new TravisCI infrastructure.
10-
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
11-
sudo: false
8+
- 7.4
129

1310
## Cache composer
1411
cache:
1512
directories:
1613
- $HOME/.composer/cache
1714

18-
env:
19-
matrix:
20-
- COMPOSER_FLAGS="--prefer-lowest --prefer-stable"
21-
- COMPOSER_FLAGS=""
15+
matrix:
16+
include:
17+
- php: 7.1
18+
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
2219

2320
before_script:
24-
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction
21+
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
2522

2623
script:
2724
- vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no

0 commit comments

Comments
 (0)