Skip to content

Commit 1f64694

Browse files
committed
[ci] Update Travis configuration (PHP 8.0 support)
1 parent 6bd6dd0 commit 1f64694

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ matrix:
1515
include:
1616
# Test the latest stable release
1717
- php: 7.2
18-
- php: 7.4
18+
- php: 8.0
1919
env: COVERAGE=true PHPUNIT_FLAGS="-v --coverage-text"
2020

2121
# Test LTS versions.
22-
- php: 7.4
22+
- php: 8.0
2323
env: DEPENDENCIES="symfony/lts:^4"
2424

2525
# Latest commit to master
26-
- php: 7.4
26+
- php: 8.0
2727
env: STABILITY="dev"
2828

2929
allow_failures:
3030
# Minimum supported dependencies with the latest and oldest PHP version
31-
- php: 7.4
31+
- php: 8.0
3232
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
3333
- php: 7.2
3434
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak_vendors"

0 commit comments

Comments
 (0)