Skip to content

Commit bc11de7

Browse files
committed
Updated CI and Composer
Updated the composer requirement to use ext-trader >= 0.4.1. This is the minimum version that is compatible with the test suite. There was a bug in 0.4.0. Added PHP 7.3 and 7.4 to the Travis and GitLab CI suites.
1 parent d613e34 commit bc11de7

File tree

4 files changed

+836
-134
lines changed

4 files changed

+836
-134
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ test:7.1:
2727
test:7.2:
2828
image: php:7.2
2929
extends: .tests
30+
test:7.3:
31+
image: php:7.3
32+
extends: .tests
33+
test:7.4:
34+
image: php:7.4
35+
extends: .tests

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ php:
88
- 7.0
99
- 7.1
1010
- 7.2
11+
- 7.3
12+
- 7.4
1113

1214
before_script:
1315
- sudo apt-get update > /dev/null

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require-dev": {
1919
"phpunit/phpunit": "~6.0",
2020
"phpmetrics/phpmetrics": "~2.3",
21-
"ext-trader": "~0.4",
21+
"ext-trader": ">=0.4.1",
2222
"codacy/coverage": "~1.4"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)