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:
parent
d764888393
commit
5cbe25d415
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user