Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 81ae86d

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

File tree

1 file changed

+3
-2
lines changed
Filter options

1 file changed

+3
-2
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+3-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.