Skip to content

Commit

Permalink
feat(ci): add support for sql server 2022
Browse files Browse the repository at this point in the history
Related to #4166
  • Loading branch information
joaquinfelici committed May 29, 2024
1 parent 46c6317 commit 464b4a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/config/matrices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ engine-webapp-unit:
- 'db2_115'
- 'sqlserver_2017'
- 'sqlserver_2019'
- 'sqlserver_2022'
stages:
- 'db-unit'
engine-rest:
Expand All @@ -38,7 +39,7 @@ daily-stages:
- 'mysql_80'
- 'oracle_19'
- 'db2_115'
- 'sqlserver_2019'
- 'sqlserver_2022'
stages:
- 'sql-scripts'
- 'instance-migration'
Expand Down

0 comments on commit 464b4a2

Please sign in to comment.