Skip to content

Commit

Permalink
Pin mysql testing version to latest major release (DAT-16706) (#5596)
Browse files Browse the repository at this point in the history
* Pin mysql version to latest major, do not use innovation releases.

* Fix verbiage
  • Loading branch information
abrackx committed Feb 14, 2024
1 parent 04ebe08 commit 3afed18
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ liquibase:


mysql:
# TODO: Update to latest when test containers fixes 8.3.0 (currently failing on test containers v 1.19.3)
version: 8.2.0
# MySQL 8.0 is the latest major release.
# Subsequent minor releases can contain breaking changes.
version: 8.0
imageName: mysql
setup:
username: root
Expand Down

0 comments on commit 3afed18

Please sign in to comment.