From f23f544029269fe2a244818209b060d08654eca6 Mon Sep 17 00:00:00 2001 From: canihavesomecoffee Date: Sun, 24 Feb 2019 21:49:53 +0100 Subject: [PATCH] Update travis and readme - Travis should allow php8 tests to fail, as phpunit doesn't support it yet - Update minimum version badge --- .travis.yml | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ec23ad6..13aa8a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,13 @@ sudo: false php: - 7.2 - 7.3 + - 7.4snapshot - master +matrix: + allow_failures: + - php: master + before_install: - composer self-update - composer clear-cache diff --git a/README.md b/README.md index 6929d97..9277811 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # CanIHaveSomeCoffee/TheTVDbAPI [![Packagist](https://img.shields.io/packagist/v/canihavesomecoffee/thetvdbapi.svg)](https://packagist.org/packages/canihavesomecoffee/thetvdbapi) -[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.1-green.svg)](https://php.net/) +[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.2-green.svg)](https://php.net/) [![Build status](https://api.travis-ci.org/canihavesomecoffee/theTVDbAPI.svg?branch=master)](https://travis-ci.org/canihavesomecoffee/theTVDbAPI) [![codecov](https://codecov.io/gh/canihavesomecoffee/theTVDbAPI/branch/master/graph/badge.svg)](https://codecov.io/gh/canihavesomecoffee/theTVDbAPI)