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 6102569 commit b137313Copy full SHA for b137313
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
16
services:
17
postgres:
18
- image: postgres:11.5
+ image: postgres:18
19
ports: ["5432:5432"]
20
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
21
env:
@@ -24,7 +24,7 @@ jobs:
24
POSTGRES_PASSWORD: sequel_activerecord_connection
25
26
mysql:
27
- image: mysql:5.7
+ image: mysql:9.7
28
ports: ["3306:3306"]
29
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
30
0 commit comments