Skip to content

Commit

Permalink
Use Oracle MySQL containers
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Jul 2, 2024
1 parent 7e6f3cd commit 84cec30
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,16 @@ jobs:
- os: ubuntu-22.04
client: "9.0"
server: "8.4"
- os: ubuntu-22.04
client: "9.0"
server: "9.0"
runs-on: ${{ matrix.os }}
services:
mysql:
image: mysql:${{ matrix.server }}
image: container-registry.oracle.com/mysql/community-server:${{ matrix.server }}
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_ROOT_HOST: "%"
MYSQL_DATABASE: test
ports:
- 3306:3306
Expand Down

0 comments on commit 84cec30

Please sign in to comment.