Skip to content

Commit 45ea3b4

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 738aa4f commit 45ea3b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ matrix:
1313
- php: 7.3
1414
- php: 7.4
1515
env: SNIFF=1
16+
- php: 8.0
1617
- php: "nightly"
1718

1819
fast_finish: true

0 commit comments

Comments
 (0)