Skip to content

Commit 28c287f

Browse files
authored
fix: Update .travis.yml
1 parent c1518bd commit 28c287f

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.travis.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ cache:
99

1010
php:
1111
- hhvm
12-
- 7.1
13-
- 7.2
14-
- 7.4
15-
- 8.0
12+
- 8.3
1613

1714
dist: trusty
1815

@@ -21,12 +18,8 @@ matrix:
2118
- php: hhvm
2219
fast_finish: true
2320
include:
24-
- php: 7.1
25-
env: SYMFONY_VERSION='4.0.*'
26-
- php: 7.2
27-
env: SYMFONY_VERSION='4.0.*'
28-
- php: 7.2
29-
env: SYMFONY_VERSION='5.0.*'
21+
- php: 8.3
22+
env: SYMFONY_VERSION='7.2.*'
3023

3124
before_install:
3225
- if [[ "$TRAVIS_PHP_VERSION" != "5.6" && "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi

0 commit comments

Comments
 (0)