Skip to content

Commit 31ee748

Browse files
committed
ci(travis): update php versions
1 parent 6202279 commit 31ee748

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.travis.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,19 @@ env:
1818
- COMPOSER_FLAGS="--prefer-stable --prefer-source"
1919

2020
php:
21-
- 5.6
22-
- 7.0
23-
- 7.1
24-
- 7.2
25-
- 7.3
2621
- 7.4
22+
- 8.0
23+
- 8.1
24+
- 8.2
2725
- nightly
2826

2927
matrix:
3028
fast_finish: true
3129
include:
32-
- php: 7.1
30+
- php: 8.1
3331
env:
3432
- COMPOSER_FLAGS="--prefer-lowest --prefer-stable --prefer-source"
35-
- php: 7.1
33+
- php: 8.1
3634
env:
3735
- TEST_VERSION=true
3836
- COMPOSER_FLAGS="--prefer-stable --prefer-source"

0 commit comments

Comments
 (0)