diff --git a/.github/workflows/pr-close.yml b/.github/workflows/pr-close.yml index d3b12f4f..340536ea 100644 --- a/.github/workflows/pr-close.yml +++ b/.github/workflows/pr-close.yml @@ -18,8 +18,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - package: [bitnami/postgresql,bitnami/postgresql-ha,bitnami/pgpool, postgres] - + package: [bitnami/postgresql, bitnami/postgresql-ha, bitnami/pgpool, mongo, postgres] steps: - uses: actions/delete-package-versions@v4 with: diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index ac83bd2d..a80a9a6c 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -19,11 +19,15 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - package: [bitnami/postgresql,bitnami/postgresql-ha, postgres] + package: [bitnami/postgresql, bitnami/postgresql-ha, postgres] tag: [12, 13, 14, 15, 16] include: - package: bitnami/pgpool tag: 4 + - package: mongo + tag: 6 + - package: mongo + tag: 7 timeout-minutes: 10 steps: - uses: actions/checkout@v4 diff --git a/mongo/6/Dockerfile b/mongo/6/Dockerfile new file mode 100644 index 00000000..ed34b43a --- /dev/null +++ b/mongo/6/Dockerfile @@ -0,0 +1 @@ +FROM mongo:6.0.11 diff --git a/mongo/7/Dockerfile b/mongo/7/Dockerfile new file mode 100644 index 00000000..fed16fe9 --- /dev/null +++ b/mongo/7/Dockerfile @@ -0,0 +1 @@ +FROM mongo:7.0.2