diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d719be77..8e62ee1ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: coverage-reports: coverage/coverage.xml services: mysql: - image: mysql:5.7 + image: mysql:8.4 ports: - 3307:3306 env: @@ -73,7 +73,7 @@ jobs: MYSQL_ROOT_PASSWORD: password MYSQL_DATABASE: rom-sql postgres: - image: postgres:11 + image: postgres:16 ports: - 5433:5432 env: diff --git a/.github/workflows/custom/ci.yml b/.github/workflows/custom/ci.yml index 77b100663..39292eca4 100644 --- a/.github/workflows/custom/ci.yml +++ b/.github/workflows/custom/ci.yml @@ -2,7 +2,7 @@ jobs: tests: services: mysql: - image: mysql:5.7 + image: mysql:8.4 ports: - 3307:3306 env: @@ -11,7 +11,7 @@ jobs: MYSQL_ROOT_PASSWORD: password MYSQL_DATABASE: rom-sql postgres: - image: postgres:11 + image: postgres:16 ports: - 5433:5432 env: @@ -21,7 +21,7 @@ jobs: strategy: matrix: include: - - ruby: "2.7" + - ruby: "3.3" coverage: "true" fail_on_warnings: "true" dry_types_from_master: "true" diff --git a/docker-compose.yml b/docker-compose.yml index e4143d335..2b2802b18 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: mysql: - image: mysql:5.7 + image: mysql:8.4 ports: - "3307:3306" environment: @@ -12,7 +12,7 @@ services: MYSQL_DATABASE: rom-sql postgres: - image: postgres:11 + image: postgres:16 ports: - "5433:5432" environment: