Skip to content

Commit 5ce6ab2

Browse files
committed
Update mysql test image
1 parent da3be36 commit 5ce6ab2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-24.04
2121
services:
2222
mysql:
23-
image: mysql:8.0-debian
23+
image: mysql:9.5-oracle
2424
env:
2525
MYSQL_ROOT_PASSWORD: ${{ env.TEST_DB_PASS }}
2626
ports:

tests/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
mysql:
3-
image: mysql:8.0-debian
3+
image: mysql:9.5-oracle
44
environment:
55
MYSQL_ROOT_PASSWORD: ${TEST_DB_PASS}
66
ports:

0 commit comments

Comments
 (0)