Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d4f4074

Browse files
yatsukhnenkomichael-grunder
authored andcommitted
TravisCI: add PHP 8.0
1 parent 9070982 commit d4f4074

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ php:
55
- 7.2
66
- 7.3
77
- 7.4
8+
- 8.0
89
- nightly
910
env: CC=gcc
1011
matrix:
@@ -13,6 +14,8 @@ matrix:
1314
env: CC=clang
1415
- php: 7.4
1516
env: CC=clang
17+
- php: 8.0
18+
env: CC=clang
1619
- php: nightly
1720
include:
1821
- php: 7.0
@@ -25,6 +28,8 @@ matrix:
2528
env: CC=clang
2629
- php: 7.4
2730
env: CC=clang
31+
- php: 8.0
32+
env: CC=clang
2833
addons:
2934
apt:
3035
update: true

0 commit comments

Comments
 (0)