Skip to content

Commit b137313

Browse files
authored
Upgrade CI database versions (#36)
- PostgreSQL 11.5 to 18 (PostgreSQL 11 EOL) - MySQL 5.7 to 9.7 (MySQL 5.7 EOL)
1 parent 6102569 commit b137313

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
services:
1717
postgres:
18-
image: postgres:11.5
18+
image: postgres:18
1919
ports: ["5432:5432"]
2020
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2121
env:
@@ -24,7 +24,7 @@ jobs:
2424
POSTGRES_PASSWORD: sequel_activerecord_connection
2525

2626
mysql:
27-
image: mysql:5.7
27+
image: mysql:9.7
2828
ports: ["3306:3306"]
2929
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
3030
env:

0 commit comments

Comments
 (0)