Skip to content

Commit 13b5638

Browse files
jrfnlgrogy
authored andcommitted
Travis: add build against PHP 8.0
PHP 8.0 has been branched off two months ago, so `nightly` is now PHP 8.1 and in the mean time PHP 8.0 was released last week. As of today, there is a PHP 8.0 image available on Travis. This PR adds a new build against PHP 8.0 to the matrix and, as PHP 8.0 has been released, that build is not allowed to fail.
1 parent b65f4bf commit 13b5638

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ php:
1414
- 7.2
1515
- 7.3
1616
- 7.4
17+
- 8.0
1718
- "nightly"
1819

1920
jobs:

0 commit comments

Comments
 (0)