[ticket/16659] Add missing postgres test and improve naming

PHPBB3-16659
This commit is contained in:
Marc Alexander 2020-12-16 20:01:34 +01:00
parent 452f2cd086
commit b3e3d9642e
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -32,6 +32,8 @@ jobs:
db: "mariadb:10.5"
- php: '7.1'
db: "postgres:9.5"
- php: '7.1'
db: "postgres:9.6"
- php: '7.1'
db: "postgres:10"
- php: '7.1'
@ -44,10 +46,14 @@ jobs:
db: "sqlite3"
- php: '7.1'
db: "mysql:5.6"
db_alias: "MySQL Slow Tests"
SLOWTESTS: 1
- php: '7.1'
db: "mysql:5.6"
db_alias: "MyISAM Tests"
MYISAM: 1
- php: '7.1'
db: "mysql:5.6"
- php: '7.1'
db: "mysql:5.7"
- php: '7.2'