mirror of
https://github.com/Pathduck/gallery3.git
synced 2024-10-29 21:07:18 -04:00
drop PHP 5.6 support, use mariadb for tests
This commit is contained in:
parent
6b9235f9a7
commit
44cf7579af
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user