1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-17 16:08:12 +03:00

ci: Update isbang/compose-action and postgres in DB tests (no-changelog) (#9165)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2024-04-18 16:35:19 +02:00 committed by GitHub
parent be8203a1da
commit eab01876ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ services:
hard: 46677 hard: 46677
postgres: postgres:
image: postgres:11 image: postgres:16
restart: always restart: always
environment: environment:
- POSTGRES_DB=n8n - POSTGRES_DB=n8n

View File

@ -84,7 +84,7 @@ jobs:
key: ${{ github.sha }}:db-tests key: ${{ github.sha }}:db-tests
- name: Start MySQL - name: Start MySQL
uses: isbang/compose-action@v1.5.1 uses: isbang/compose-action@v2.0.0
with: with:
compose-file: ./.github/docker-compose.yml compose-file: ./.github/docker-compose.yml
services: | services: |
@ -117,7 +117,7 @@ jobs:
key: ${{ github.sha }}:db-tests key: ${{ github.sha }}:db-tests
- name: Start Postgres - name: Start Postgres
uses: isbang/compose-action@v1.5.1 uses: isbang/compose-action@v2.0.0
with: with:
compose-file: ./.github/docker-compose.yml compose-file: ./.github/docker-compose.yml
services: | services: |