diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cf8140d04c..db433bb51ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -540,8 +540,8 @@ jobs: - name: "Clean Maven cache" run: bash ./scripts/ci/cleanup_cache.sh - repository_postgresql_13_12_tests: - name: "Repository - PostgreSQL 13.12 tests" + repository_postgresql_14_15_tests: + name: "Repository - PostgreSQL 14.15 tests" runs-on: ubuntu-latest needs: [prepare] if: > @@ -557,10 +557,10 @@ jobs: - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.2.0 - name: "Init" run: bash ./scripts/ci/init.sh - - name: "Run PostgreSQL 13.12 database" + - name: "Run PostgreSQL 14.15 database" run: docker compose -f ./scripts/ci/docker-compose/docker-compose-db.yaml --profile postgres up -d env: - POSTGRES_VERSION: 13.12 + POSTGRES_VERSION: 14.15 - name: "Prepare Report Portal" if: github.ref_name == 'master' uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.2.0 @@ -610,16 +610,16 @@ jobs: - name: "Clean Maven cache" run: bash ./scripts/ci/cleanup_cache.sh - repository_postgresql_14_9_tests: - name: "Repository - PostgreSQL 14.9 tests" + repository_postgresql_15_10_tests: + name: "Repository - PostgreSQL 15.10 tests" runs-on: ubuntu-latest needs: [prepare] if: > (((github.ref_name == 'master' || startsWith(github.ref_name, 'release/')) && github.event_name != 'pull_request' && - !contains(github.event.head_commit.message, '[skip db]')) || - contains(github.event.head_commit.message, '[db]')) && - !contains(github.event.head_commit.message, '[skip tests]') && - !contains(github.event.head_commit.message, '[force') + !contains(github.event.head_commit.message, '[skip db]')) || + contains(github.event.head_commit.message, '[db]')) && + !contains(github.event.head_commit.message, '[skip tests]') && + !contains(github.event.head_commit.message, '[force') steps: - uses: actions/checkout@v4 - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.2.0 @@ -627,10 +627,10 @@ jobs: - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.2.0 - name: "Init" run: bash ./scripts/ci/init.sh - - name: "Run PostgreSQL 14.9 database" + - name: "Run PostgreSQL 15.10 database" run: docker compose -f ./scripts/ci/docker-compose/docker-compose-db.yaml --profile postgres up -d env: - POSTGRES_VERSION: 14.9 + POSTGRES_VERSION: 15.10 - name: "Prepare Report Portal" if: github.ref_name == 'master' uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.2.0 @@ -680,8 +680,8 @@ jobs: - name: "Clean Maven cache" run: bash ./scripts/ci/cleanup_cache.sh - repository_postgresql_15_4_tests: - name: "Repository - PostgreSQL 15.4 tests" + repository_postgresql_16_6_tests: + name: "Repository - PostgreSQL 16.6 tests" runs-on: ubuntu-latest needs: [prepare] if: > @@ -697,10 +697,10 @@ jobs: - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.2.0 - name: "Init" run: bash ./scripts/ci/init.sh - - name: "Run PostgreSQL 15.4 database" + - name: "Run PostgreSQL 16.6 database" run: docker compose -f ./scripts/ci/docker-compose/docker-compose-db.yaml --profile postgres up -d env: - POSTGRES_VERSION: 15.4 + POSTGRES_VERSION: 16.6 - name: "Prepare Report Portal" if: github.ref_name == 'master' uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.2.0 @@ -1061,7 +1061,7 @@ jobs: - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.2.0 - name: "Init" run: bash ./scripts/ci/init.sh - - name: "Run Postgres 15.4 database" + - name: "Run Postgres 16.6 database" run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile postgres up -d - name: "Prepare Report Portal" if: github.ref_name == 'master' diff --git a/amps/ags/rm-community/rm-community-repo/.env b/amps/ags/rm-community/rm-community-repo/.env index de578ccfc89..947730c540d 100644 --- a/amps/ags/rm-community/rm-community-repo/.env +++ b/amps/ags/rm-community/rm-community-repo/.env @@ -1,3 +1,3 @@ SOLR6_TAG=2.0.13 -POSTGRES_TAG=15.4 +POSTGRES_TAG=16.6 ACTIVEMQ_TAG=5.18.3-jre17-rockylinux8 diff --git a/amps/ags/rm-community/rm-community-repo/pom.xml b/amps/ags/rm-community/rm-community-repo/pom.xml index 707680eed7a..261884f51b6 100644 --- a/amps/ags/rm-community/rm-community-repo/pom.xml +++ b/amps/ags/rm-community/rm-community-repo/pom.xml @@ -427,7 +427,7 @@ - postgres:15.4 + postgres:16.6 ${postgresql.tests.port}:${postgresql.port} diff --git a/packaging/tests/environment/.env b/packaging/tests/environment/.env index de578ccfc89..947730c540d 100644 --- a/packaging/tests/environment/.env +++ b/packaging/tests/environment/.env @@ -1,3 +1,3 @@ SOLR6_TAG=2.0.13 -POSTGRES_TAG=15.4 +POSTGRES_TAG=16.6 ACTIVEMQ_TAG=5.18.3-jre17-rockylinux8 diff --git a/scripts/ci/docker-compose/docker-compose.yaml b/scripts/ci/docker-compose/docker-compose.yaml index 4d070e8ba7b..a024aa59a99 100644 --- a/scripts/ci/docker-compose/docker-compose.yaml +++ b/scripts/ci/docker-compose/docker-compose.yaml @@ -9,7 +9,7 @@ services: ports: - "8090:8090" postgres: - image: postgres:15.4 + image: postgres:16.6 profiles: ["default", "with-transform-core-aio", "postgres", "with-mtls-transform-core-aio", "with-sso"] environment: - POSTGRES_PASSWORD=alfresco