Skip to content

Commit

Permalink
feat(db): add postgres 14 support
Browse files Browse the repository at this point in the history
Related to CAM-14179
  • Loading branch information
mboskamp committed Aug 18, 2022
1 parent 729daf9 commit 518460c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/config/matrices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ engine-webapp-unit:
- 'postgresql_112'
- 'postgresql_122'
- 'postgresql_132'
- 'postgresql_142'
- 'aws_aurora_postgresql_10'
- 'aws_aurora_postgresql_12'
- 'mariadb_103'
Expand Down Expand Up @@ -40,6 +41,7 @@ daily-stages:
- 'postgresql_112'
- 'postgresql_122'
- 'postgresql_132'
- 'postgresql_142'
- 'aws_aurora_postgresql_10'
- 'aws_aurora_postgresql_12'
- 'mariadb_103'
Expand Down

0 comments on commit 518460c

Please sign in to comment.