From eab01876ab700fa64898b0f443c9a6f106014056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=95=E0=A4=BE=E0=A4=B0=E0=A4=A4=E0=A5=8B=E0=A4=AB?= =?UTF-8?q?=E0=A5=8D=E0=A4=AB=E0=A5=87=E0=A4=B2=E0=A4=B8=E0=A5=8D=E0=A4=95?= =?UTF-8?q?=E0=A5=8D=E0=A4=B0=E0=A4=BF=E0=A4=AA=E0=A5=8D=E0=A4=9F=E2=84=A2?= Date: Thu, 18 Apr 2024 16:35:19 +0200 Subject: [PATCH] ci: Update isbang/compose-action and postgres in DB tests (no-changelog) (#9165) --- .github/docker-compose.yml | 2 +- .github/workflows/ci-postgres-mysql.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/docker-compose.yml b/.github/docker-compose.yml index 8ecbc6406e..3ae783222b 100644 --- a/.github/docker-compose.yml +++ b/.github/docker-compose.yml @@ -15,7 +15,7 @@ services: hard: 46677 postgres: - image: postgres:11 + image: postgres:16 restart: always environment: - POSTGRES_DB=n8n diff --git a/.github/workflows/ci-postgres-mysql.yml b/.github/workflows/ci-postgres-mysql.yml index 32275c6528..18c79ce435 100644 --- a/.github/workflows/ci-postgres-mysql.yml +++ b/.github/workflows/ci-postgres-mysql.yml @@ -84,7 +84,7 @@ jobs: key: ${{ github.sha }}:db-tests - name: Start MySQL - uses: isbang/compose-action@v1.5.1 + uses: isbang/compose-action@v2.0.0 with: compose-file: ./.github/docker-compose.yml services: | @@ -117,7 +117,7 @@ jobs: key: ${{ github.sha }}:db-tests - name: Start Postgres - uses: isbang/compose-action@v1.5.1 + uses: isbang/compose-action@v2.0.0 with: compose-file: ./.github/docker-compose.yml services: |