Skip to content

Commit

Permalink
Set version of PHP
Browse files Browse the repository at this point in the history
PHP 7.4 is still giving a "bus error"
  • Loading branch information
chartjes committed Jan 3, 2020
1 parent 5aa088c commit b36db1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<Directory>` 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)
Expand Down

0 comments on commit b36db1d

Please sign in to comment.