Skip to content

Commit eaf7a88

Browse files
chore(deps): update mysql docker tag to v9.5
1 parent b22a753 commit eaf7a88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105

106106
services:
107107
mysql:
108-
image: mysql:9.4
108+
image: mysql:9.5
109109
env:
110110
MYSQL_ROOT_PASSWORD: test
111111
MYSQL_DATABASE: drizzle_cube_test

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
--health-retries 5
2525
2626
mysql:
27-
image: mysql:9.4
27+
image: mysql:9.5
2828
env:
2929
MYSQL_ROOT_PASSWORD: test
3030
MYSQL_DATABASE: drizzle_cube_test

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- "5433:5432"
1212

1313
mysql:
14-
image: mysql:8.4
14+
image: mysql:9.5
1515
environment:
1616
MYSQL_ROOT_PASSWORD: test
1717
MYSQL_DATABASE: drizzle_cube_test

0 commit comments

Comments
 (0)