From d5d139792f0e0a909c7777870bcab80a1d871fae Mon Sep 17 00:00:00 2001 From: Steinthor Palsson Date: Thu, 5 Sep 2024 22:05:23 -0400 Subject: [PATCH] Mysql service version --- .github/workflows/test_sqlalchemy_destinations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_sqlalchemy_destinations.yml b/.github/workflows/test_sqlalchemy_destinations.yml index 0296ebdfdc..6c5df752b6 100644 --- a/.github/workflows/test_sqlalchemy_destinations.yml +++ b/.github/workflows/test_sqlalchemy_destinations.yml @@ -44,7 +44,7 @@ jobs: services: # Label used to access the service container mysql: - image: mysql:5.7 + image: mysql:8 env: MYSQL_ROOT_PASSWORD: root MYSQL_DATABASE: dlt_data