Travis: add build against PHP 8.0#439
Conversation
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.
5c27bac to
527ab23
Compare
Codecov Report
@@ Coverage Diff @@
## master #439 +/- ##
============================================
+ Coverage 93.00% 93.06% +0.05%
Complexity 763 763
============================================
Files 21 21
Lines 1788 1788
============================================
+ Hits 1663 1664 +1
+ Misses 125 124 -1
Continue to review full report at Codecov.
|
|
It looks like Travis is not being triggered anymore in this repository. I'm merging this anyway, in case Travis should resurface later. |
|
Travis did still run a test build: https://travis-ci.org/github/WordPress/Requests/builds/763695363 |
|
@schlessera Looks like 7.0 failed due to the usual hickups and 8.0 as this PR did not update the condition for when to run Other than that, happy to see everything passing. |
PHP 8.0 has been branched off two months ago, so
nightlyis 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.