Skip to content

Commit 3f1a334

Browse files
authored
ci: bump elasticsearch, mongo and postgres versions in workflows (#202)
1 parent 1bbcd3c commit 3f1a334

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/plugins-ci-elasticsearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
elasticsearch-version:
1212
description: 'The version of Elasticsearch to use.'
1313
required: true
14-
default: '8.15.2'
14+
default: '9.3.0'
1515
type: string
1616
license-check:
1717
description: 'Check licenses'

.github/workflows/plugins-ci-mongo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
matrix:
5050
node-version: ${{ fromJson(inputs.node-versions) }}
51-
db: [5]
51+
db: [8]
5252
services:
5353
mongo:
5454
image: mongo:${{ matrix.db }}

.github/workflows/plugins-ci-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
matrix:
5050
node-version: ${{ fromJson(inputs.node-versions) }}
51-
db: ['postgres:11-alpine']
51+
db: ['postgres:18-alpine']
5252
services:
5353
postgres:
5454
image: ${{ matrix.db }}

0 commit comments

Comments
 (0)