mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-12-04 23:31:05 +01:00
chore(deps): update mysql docker tag to v8.4
This commit is contained in:
parent
9903bc5eef
commit
aceb28d29f
4
.github/workflows/dev.yml
vendored
4
.github/workflows/dev.yml
vendored
@ -89,7 +89,7 @@ jobs:
|
||||
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.4
|
||||
env:
|
||||
MYSQL_ROOT_PASSWORD: p455w0rd
|
||||
MYSQL_USER: semaphore
|
||||
@ -297,7 +297,7 @@ jobs:
|
||||
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.4
|
||||
env:
|
||||
MYSQL_ROOT_PASSWORD: p455w0rd
|
||||
MYSQL_USER: semaphore
|
||||
|
Loading…
Reference in New Issue
Block a user