diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db433bb51e..2d638151f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -337,7 +337,7 @@ jobs: strategy: fail-fast: false matrix: - version: ['10.2.18', '10.4', '10.5'] + version: ['10.5', '10.6'] steps: - uses: actions/checkout@v4 - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.2.0 @@ -398,8 +398,8 @@ jobs: - name: "Clean Maven cache" run: bash ./scripts/ci/cleanup_cache.sh - repository_mariadb_10_6_tests: - name: "Repository - MariaDB 10.6 tests" + repository_mariadb_10_11_tests: + name: "Repository - MariaDB 10.11 tests" runs-on: ubuntu-latest needs: [prepare] if: > @@ -416,10 +416,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 MariaDB 10.6 database" + - name: "Run MariaDB 10.11 database" run: docker compose -f ./scripts/ci/docker-compose/docker-compose-db.yaml --profile mariadb up -d env: - MARIADB_VERSION: 10.6 + MARIADB_VERSION: 10.11 - name: "Prepare Report Portal" if: github.ref_name == 'master' uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.2.0