Skip to content

Commit

Permalink
Travis: add build against PHP 8.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jrfnl authored and grogy committed Dec 27, 2020
1 parent 738aa4f commit 45ea3b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ matrix:
- php: 7.3
- php: 7.4
env: SNIFF=1
- php: 8.0
- php: "nightly"

fast_finish: true
Expand Down

0 comments on commit 45ea3b4

Please # to comment.