From b36db1d685d6b779361968c54bbefedb045f41b6 Mon Sep 17 00:00:00 2001 From: Chris Hartjes Date: Fri, 3 Jan 2020 16:34:50 -0500 Subject: [PATCH] Set version of PHP PHP 7.4 is still giving a "bus error" --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bb76d1e9..1c8522923 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false max-parallel: 2 matrix: - php-versions: ['7.2', '7.3'] + php-versions: ['7.3'] steps: - name: Checkout uses: actions/checkout@v1 diff --git a/README.md b/README.md index 23e1d7483..837d22fa0 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ See [`CONTRIBUTING.md`](.github/CONTRIBUTING.md). ## [Minimum Requirements](#requirements) - * PHP 7.1+ + * PHP 7.3 (currently does not work on PHP 7.4 due to dependency issues) * Apache 2+ with `mod_rewrite` enabled and an `AllowOverride all` directive in your `` block is the recommended web server * Composer requirements are listed in [composer.json](composer.json). * You may need to install `php7.0-intl` extension for PHP. (`php-intl` on CentOS/RHEL-based distributions)