diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f240c9..583d863 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: services: mysql: - image: "mysql:5.6" + image: "mysql:8.0" options: >- --health-cmd "mysqladmin ping --silent" @@ -101,7 +101,7 @@ jobs: services: postgres: - image: postgres:9.6 + image: postgres:16 env: POSTGRES_PASSWORD: postgres