Skip to content

Commit 81ae86d

Browse files
Merge branch '1.1'
* 1.1: Fix tests Fixed createResponse
2 parents 9ab9d71 + a33352a commit 81ae86d

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
@@ -14,15 +14,16 @@ matrix:
1414
fast_finish: true
1515
include:
1616
# Minimum supported dependencies with the latest and oldest PHP version
17-
- php: 7.2
17+
- php: 7.3
1818
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
1919

2020
- php: 7.1
2121
- php: 7.2
22+
- php: 7.3
2223
env: COVERAGE=true PHPUNIT_FLAGS="-v --coverage-text"
2324

2425
# Latest commit to master
25-
- php: 7.2
26+
- php: 7.3
2627
env: STABILITY="dev"
2728

2829
allow_failures:

0 commit comments

Comments
 (0)