Skip to content

Commit b579f1b

Browse files
authored
Merge pull request #369 from Big-Shark/patch-1
Add php 7.4 for travis
2 parents 0398c04 + 9971c37 commit b579f1b

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,12 +22,13 @@ matrix:
2222
fast_finish: true
2323
include:
2424
# Minimum supported Symfony version and latest PHP version
25-
- php: 7.3
25+
- php: 7.4
2626
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
2727

2828
# Test the latest stable release
2929
- php: 7.2
3030
- php: 7.3
31+
- php: 7.4
3132
env: COVERAGE=true TEST_COMMAND="composer test-ci" DEPENDENCIES="php-http/vcr-plugin:^1.0@dev"
3233

3334
# Test LTS versions
@@ -51,7 +52,7 @@ matrix:
5152
env: DEPENDENCIES="php-http/guzzle6-adapter:^2.0.1 php-http/curl-client:^2.0.0 php-http/vcr-plugin:^1.0@dev"
5253

5354
# Latest commit to master
54-
- php: 7.3
55+
- php: 7.4
5556
env: STABILITY="dev" DEPENDENCIES="php-http/vcr-plugin:^1.0@dev"
5657

5758
allow_failures:

0 commit comments

Comments
 (0)