Skip to content

Commit 5da24de

Browse files
authored
Merge pull request #283 from php-http/php-7.3
use php 7.3 for special tests
2 parents 7dff65a + bd598cb commit 5da24de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ matrix:
2121
fast_finish: true
2222
include:
2323
# Minimum supported Symfony version and latest PHP version
24-
- php: 7.2
24+
- php: 7.3
2525
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak" SYMFONY_PHPUNIT_VERSION="5.7"
2626

2727
# Test the latest stable release
@@ -36,15 +36,15 @@ matrix:
3636
env: COVERAGE=true TEST_COMMAND="composer test-ci"
3737

3838
# Test LTS versions
39-
- php: 7.2
39+
- php: 7.3
4040
env: DEPENDENCIES="dunglas/symfony-lock:^2"
41-
- php: 7.2
41+
- php: 7.3
4242
env: DEPENDENCIES="dunglas/symfony-lock:^3"
43-
- php: 7.2
43+
- php: 7.3
4444
env: DEPENDENCIES="dunglas/symfony-lock:^4"
4545

4646
# Latest commit to master
47-
- php: 7.2
47+
- php: 7.3
4848
env: STABILITY="dev"
4949

5050
allow_failures:

0 commit comments

Comments
 (0)