1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-17 22:28:46 +01:00

[ticket/16659] Enable mariadb tests

PHPBB3-16659
This commit is contained in:
Marc Alexander 2020-12-01 21:28:12 +01:00
parent d764888393
commit 5cbe25d415
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995
2 changed files with 3 additions and 8 deletions

View File

@ -24,8 +24,8 @@ jobs:
# db: "mariadb:10.1"
# - php: 7.1
# db: "mariadb:10.2"
# - php: 7.1
# db: "mariadb:10.3"
- php: 7.1
db: "mariadb:10.3"
# - php: 7.1
# db: "mariadb:10.4"
# - php: 7.1
@ -59,7 +59,7 @@ jobs:
services:
mysql:
image: ${{ matrix.db != 'mysql:5.6' && matrix.db != 'mysql:5.7' && matrix.db != 'mysql:8.0' && 'mysql:5.7' || matrix.db }}
image: ${{ matrix.db != 'mysql:5.6' && matrix.db != 'mysql:5.7' && matrix.db != 'mysql:8.0' && matrix.db != 'mariadb:10.1' && matrix.db != 'mariadb:10.2' && matrix.db != 'mariadb:10.3' && matrix.db != 'mariadb:10.4' && matrix.db != 'mariadb:10.5' && 'mysql:5.7' || matrix.db }}
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: phpbb_tests

View File

@ -22,11 +22,6 @@ then
travis/setup-unbuffer.sh
fi
if [ "$DB" == "mariadb" ]
then
travis/setup-mariadb.sh
fi
if [ "$MYSQL8" == '1' ]
then
travis/setup-mysql8.sh