Skip to content

Commit 26b29a4

Browse files
chore(deps): update mysql docker tag to v8.4
1 parent 094d400 commit 26b29a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pro_selfhosted.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
services:
9595
mysql:
96-
image: mysql:8.0
96+
image: mysql:8.4
9797
env:
9898
MYSQL_ROOT_PASSWORD: p455w0rd
9999
MYSQL_USER: semaphore
@@ -301,7 +301,7 @@ jobs:
301301

302302
services:
303303
mysql:
304-
image: mysql:8.0
304+
image: mysql:8.4
305305
env:
306306
MYSQL_ROOT_PASSWORD: p455w0rd
307307
MYSQL_USER: semaphore

0 commit comments

Comments
 (0)