From 71bcc06c6a9db3eee221911f3deeefc8f52157e1 Mon Sep 17 00:00:00 2001 From: Sandra Kuipers Date: Fri, 22 Jan 2021 14:32:34 +0800 Subject: [PATCH] System: bump PHP minimum requirement to PHP 7.3.0 --- .github/workflows/ci.yml | 2 +- .travis.yml | 2 -- version.php | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d0cb67685..52711f2610 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - php-version: ["7.0", "7.4"] + php-version: ["7.3", "7.4"] services: mysql: image: mysql:5.7 diff --git a/.travis.yml b/.travis.yml index 54d2580db9..706bfe8744 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,7 @@ services: # list any PHP version you want to test against php: - - 7.0 - 7.3 - # - 7.4 # optionally specify a list of environments, for example to test different RDBMS env: diff --git a/version.php b/version.php index f4c8fabe0a..7758904e5e 100644 --- a/version.php +++ b/version.php @@ -26,7 +26,7 @@ * System Requirements */ $systemRequirements = [ - 'php' => '7.0.0', + 'php' => '7.3.0', 'mysql' => '5.6', 'apache' => ['mod_rewrite'], 'extensions' => ['gettext', 'mbstring', 'curl', 'zip', 'xml', 'gd'],