1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-14 04:30:29 +01: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
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

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 }}