We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3be36 commit 5ce6ab2Copy full SHA for 5ce6ab2
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-24.04
21
services:
22
mysql:
23
- image: mysql:8.0-debian
+ image: mysql:9.5-oracle
24
env:
25
MYSQL_ROOT_PASSWORD: ${{ env.TEST_DB_PASS }}
26
ports:
tests/docker-compose.yml
@@ -1,6 +1,6 @@
1
2
3
4
environment:
5
MYSQL_ROOT_PASSWORD: ${TEST_DB_PASS}
6
0 commit comments