Skip to content

Commit

Permalink
chore(ci): add support for postgres 16
Browse files Browse the repository at this point in the history
Related to #3744
  • Loading branch information
mboskamp committed Oct 19, 2023
1 parent 16f0eaf commit bd5001e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .ci/config/matrices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
# stages: [LIST; REQUIRED; Doc: defines the stage types to be used in the matrix generation ]
# databases: [LIST; OPTIONAL; Doc: defines the databases to be used in the stage generation ]
engine-webapp-unit:
# engine-webapp-unit.databases should include all supported database versions
databases:
- 'postgresql_132'
- 'postgresql_142'
- 'postgresql_150'
- 'postgresql_160'
- 'aws_aurora_postgresql_13'
- 'aws_aurora_postgresql_14'
- 'mariadb_106'
Expand All @@ -28,7 +30,8 @@ engine-rest:
- 'engine-rest-jakarta-unit-compatibility-wildfly'
daily-stages:
databases:
- 'postgresql_150'
# daily-stages.databases should include the latest version for each supported database
- 'postgresql_160'
- 'aws_aurora_postgresql_14'
- 'mariadb_106'
- 'mysql_80'
Expand Down

0 comments on commit bd5001e

Please sign in to comment.