Skip to content

Commit e22ac41

Browse files
authored
Merge pull request #3 from shouze/improve-ci-deps-tests
👮 [Healthcheck] Improve ci deps tests
2 parents f0d2c83 + 34e6c19 commit e22ac41

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ matrix:
1616
- php: 7.1
1717
env: deps=high
1818
- php: 7.2
19+
env: deps=low
1920
fast_finish: true
2021

2122
before_install:

src/Component/Healthcheck/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"psr/log": "^1.0"
2828
},
2929
"require-dev": {
30-
"atoum/atoum": "^3.0"
30+
"atoum/atoum": "^3.1"
3131
},
3232
"config": {
3333
"preferred-install": {

0 commit comments

Comments
 (0)