drop PHP 5.6 support, use mariadb for tests

This commit is contained in:
Brad Dutton 2021-04-23 12:03:02 -07:00
parent 6b9235f9a7
commit 44cf7579af
No known key found for this signature in database
GPG Key ID: 4C6F1611199FAFA4
2 changed files with 4 additions and 6 deletions

View File

@ -8,11 +8,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['5.6', '7.4', '8.0']
# php-versions: ['7.4']
php-versions: ['7.4', '8.0']
services:
mysql:
image: mysql:5.7
image: mariadb:10
env:
MYSQL_ALLOW_EMPTY_PASSWORD: false
MYSQL_ROOT_PASSWORD: 123

View File

@ -34,9 +34,8 @@ Supported Configuration
- Platform: Linux / Unix.
- Web server: Apache 2.2 and newer.
- PHP 5.6 and newer (PHP's safe_mode must be disabled and simplexml,
filter, and json must be installed). While 5.6 is still supported we recommend you
update to 7.x ASAP, we will be dropping 5.6 support in the future.
- PHP 7.0 and newer (PHP's safe_mode must be disabled and simplexml,
filter, and json must be installed).
- short_open_tag isn't required but additional modules and themes may rely on it.
- Database: MySQL 5 and newer.