From 73b6a05e68dc4224a21892852f92c339af67d968 Mon Sep 17 00:00:00 2001 From: Curtis Summers Date: Sun, 30 Jul 2023 07:43:13 -0500 Subject: [PATCH] bump up pg and mysql image versions --- .github/workflows/lint-test-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-test-build.yml b/.github/workflows/lint-test-build.yml index 9b0bafe..bbaab67 100644 --- a/.github/workflows/lint-test-build.yml +++ b/.github/workflows/lint-test-build.yml @@ -13,7 +13,7 @@ jobs: services: postgres: - image: postgres:14.1 + image: postgres:15 env: POSTGRES_DB: hugtest POSTGRES_USER: hugtest @@ -26,7 +26,7 @@ jobs: ports: - 5432:5432 mysql: - image: mysql:5.7 + image: mysql:8 env: MYSQL_DATABASE: hugtest MYSQL_USER: hugtest