From e425123816d8bcec3cf32fee72e37637deb99b72 Mon Sep 17 00:00:00 2001 From: Alexander Kell Date: Sun, 21 Jan 2024 10:29:36 +0700 Subject: [PATCH] (fix) change image because no git available, change ms sql server image because old one does not exists anymore --- .github/workflows/ci.yml | 4 ++-- .github/workflows/quickcheck.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45827029..de9d9b7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -295,7 +295,7 @@ jobs: defaults: run: shell: bash - container: maven:3.9-amazoncorretto-21 + container: maven:3.9-eclipse-temurin-21 services: mongodb: image: mongo:latest @@ -337,7 +337,7 @@ jobs: MYSQL_DATABASE: "benerator" # Label used to access the service container mssql: - image: mcr.microsoft.com/mssql/server:2017-latest-ubuntu + image: mcr.microsoft.com/mssql/server # Provide the password for postgres env: DB_HOST: "mssql" diff --git a/.github/workflows/quickcheck.yml b/.github/workflows/quickcheck.yml index 71d24af8..c29f9b7d 100644 --- a/.github/workflows/quickcheck.yml +++ b/.github/workflows/quickcheck.yml @@ -18,7 +18,7 @@ jobs: defaults: run: shell: bash - container: maven:3.9-amazoncorretto-21 + container: maven:3.9-eclipse-temurin-21 steps: - uses: actions/checkout@v3 with: @@ -131,7 +131,7 @@ jobs: MYSQL_DATABASE: "benerator" # Label used to access the service container mssql: - image: mcr.microsoft.com/mssql/server:2017-latest-ubuntu + image: mcr.microsoft.com/mssql/server # Provide the password for postgres env: DB_HOST: "mssql"