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:
parent
645e662b11
commit
03824189e4
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@ -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 }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user