mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
ci: Update isbang/compose-action and postgres in DB tests (no-changelog) (#9165)
This commit is contained in:
parent
be8203a1da
commit
eab01876ab
2
.github/docker-compose.yml
vendored
2
.github/docker-compose.yml
vendored
|
@ -15,7 +15,7 @@ services:
|
|||
hard: 46677
|
||||
|
||||
postgres:
|
||||
image: postgres:11
|
||||
image: postgres:16
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_DB=n8n
|
||||
|
|
4
.github/workflows/ci-postgres-mysql.yml
vendored
4
.github/workflows/ci-postgres-mysql.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue