diff --git a/.github/workflows/plugins-ci-elasticsearch.yml b/.github/workflows/plugins-ci-elasticsearch.yml index 8bbe547..33c5831 100644 --- a/.github/workflows/plugins-ci-elasticsearch.yml +++ b/.github/workflows/plugins-ci-elasticsearch.yml @@ -11,7 +11,7 @@ on: elasticsearch-version: description: 'The version of Elasticsearch to use.' required: true - default: '8.15.2' + default: '9.3.0' type: string license-check: description: 'Check licenses' diff --git a/.github/workflows/plugins-ci-mongo.yml b/.github/workflows/plugins-ci-mongo.yml index 7178dbd..313e6e6 100644 --- a/.github/workflows/plugins-ci-mongo.yml +++ b/.github/workflows/plugins-ci-mongo.yml @@ -48,7 +48,7 @@ jobs: strategy: matrix: node-version: ${{ fromJson(inputs.node-versions) }} - db: [5] + db: [8] services: mongo: image: mongo:${{ matrix.db }} diff --git a/.github/workflows/plugins-ci-postgres.yml b/.github/workflows/plugins-ci-postgres.yml index 76707ff..ec2df80 100644 --- a/.github/workflows/plugins-ci-postgres.yml +++ b/.github/workflows/plugins-ci-postgres.yml @@ -48,7 +48,7 @@ jobs: strategy: matrix: node-version: ${{ fromJson(inputs.node-versions) }} - db: ['postgres:11-alpine'] + db: ['postgres:18-alpine'] services: postgres: image: ${{ matrix.db }}