Skip to content

Commit a8e1cb5

Browse files
committed
Add more jobs to the CI matrix
1 parent 36d79a7 commit a8e1cb5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ matrix:
2222
# Test the latest stable release
2323
- php: 7.0
2424
- php: 7.1
25+
- php: 7.2
2526
- php: 7.2
2627
env: COVERAGE=true TEST_COMMAND="composer test-ci" DEPENDENCIES="henrikbjorn/phpspec-code-coverage:^3.0"
2728

@@ -38,9 +39,9 @@ matrix:
3839
env: STABILITY="dev"
3940

4041
allow_failures:
41-
# Latest dev is allowed to fail.
42+
- php: 7.3
4243
- env: STABILITY="dev"
43-
44+
4445
before_install:
4546
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
4647
- if ! [ -z "$STABILITY" ]; then composer config minimum-stability ${STABILITY}; fi;

0 commit comments

Comments
 (0)