From d77f3fccd3af3bdb65fa9d2450c57d5f1c7b19c9 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Wed, 17 Oct 2018 17:44:51 +0200 Subject: [PATCH] travis: added PHP 7.3 --- .travis.yml | 1 + readme.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9bf2bfb..c201a8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: php php: - 7.1 - 7.2 + - 7.3 before_install: # turn off XDebug diff --git a/readme.md b/readme.md index a1e47af..e57f184 100644 --- a/readme.md +++ b/readme.md @@ -28,4 +28,4 @@ The recommended way to install is via Composer: composer require nette/component-model ``` -It requires PHP version 5.6 and supports PHP up to 7.2. The dev-master version requires PHP 7.1. +It requires PHP version 5.6 and supports PHP up to 7.3. The dev-master version requires PHP 7.1.