1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-29 21:10:31 +02:00

[ticket/16740] Add more postgres tests to github actions

PHPBB3-16740
This commit is contained in:
Marc Alexander
2021-03-26 22:56:57 +01:00
parent 645e662b11
commit 03824189e4

View File

@@ -242,6 +242,16 @@ jobs:
db: "postgres:12"
- php: '7.1'
db: "postgres:13"
- php: '7.2'
db: "postgres:13"
- php: '7.3'
db: "postgres:13"
- php: '7.4'
db: "postgres:13"
- php: '8.0'
db: "postgres:12"
- php: '8.0'
db: "postgres:13"
name: PHP ${{ matrix.php }} - ${{ matrix.db }}