Skip to content

Commit a9e0125

Browse files
authored
travis support latest php as 8.0 now
1 parent 6b99923 commit a9e0125

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ php:
1212
- 7.2
1313
- 7.3
1414
- 7.4
15-
- nightly
15+
- 8.0
1616

1717
matrix:
1818
include:
@@ -24,7 +24,7 @@ matrix:
2424
dist: trusty
2525
- php: 7.0
2626
env: COVERAGE=1
27-
- php: nightly
27+
- php: 8.0
2828
env: DEPENDENCIES="--ignore-platform-reqs"
2929
exclude:
3030
- php: 5.3
@@ -34,7 +34,7 @@ matrix:
3434
- php: 5.5
3535
dist: xenial
3636
allow_failures:
37-
- php: nightly
37+
- php: 8.0
3838

3939
cache:
4040
directories:

0 commit comments

Comments
 (0)