Skip to content

Commit 84cec30

Browse files
committed
Use Oracle MySQL containers
1 parent 7e6f3cd commit 84cec30

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@ jobs:
2222
- os: ubuntu-22.04
2323
client: "9.0"
2424
server: "8.4"
25+
- os: ubuntu-22.04
26+
client: "9.0"
27+
server: "9.0"
2528
runs-on: ${{ matrix.os }}
2629
services:
2730
mysql:
28-
image: mysql:${{ matrix.server }}
31+
image: container-registry.oracle.com/mysql/community-server:${{ matrix.server }}
2932
env:
3033
MYSQL_ALLOW_EMPTY_PASSWORD: yes
34+
MYSQL_ROOT_HOST: "%"
3135
MYSQL_DATABASE: test
3236
ports:
3337
- 3306:3306

0 commit comments

Comments
 (0)