Skip to content

Commit

Permalink
Limit Mysql to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timyates committed Jan 23, 2024
1 parent 1a69401 commit a83e4ae
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ jpa:
hibernate:
hbm2ddl:
auto: update
test-resources:
containers:
mysql:
image-name: mysql:8.2
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ jpa:
db-type: mysql
hbm2ddl:
auto: update
test-resources:
containers:
mysql:
image-name: mysql:8.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ datasources:
driverClassName: com.mysql.cj.jdbc.Driver
schema-generate: CREATE_DROP
dialect: MYSQL
test-resources:
containers:
mysql:
image-name: mysql:8.2

Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ r2dbc:
default:
schema-generate: CREATE_DROP
dialect: MYSQL
test-resources:
containers:
mysql:
image-name: mysql:8.2
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ r2dbc:
default:
schema-generate: CREATE_DROP
dialect: MYSQL
test-resources:
containers:
mysql:
image-name: mysql:8.2

0 comments on commit a83e4ae

Please sign in to comment.