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'],