We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22a753 commit eaf7a88Copy full SHA for eaf7a88
.github/workflows/ci.yml
@@ -105,7 +105,7 @@ jobs:
105
106
services:
107
mysql:
108
- image: mysql:9.4
+ image: mysql:9.5
109
env:
110
MYSQL_ROOT_PASSWORD: test
111
MYSQL_DATABASE: drizzle_cube_test
.github/workflows/npm-publish.yml
@@ -24,7 +24,7 @@ jobs:
24
--health-retries 5
25
26
27
28
29
30
docker-compose.yml
@@ -11,7 +11,7 @@ services:
11
- "5433:5432"
12
13
14
- image: mysql:8.4
15
environment:
16
17
0 commit comments