Skip to content

Commit

Permalink
update versions to test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Jul 30, 2023
1 parent 22316b1 commit fe0ae6b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18]
mongodb-version: ['4.0', '4.2', '4.4', '5.0', '6.0']
node-version: [18, 20]
mongodb-version: ['4.4', '5.0', '6.0']
mongodb-db: ['ci']
mongodb-username: ['ci']
mongodb-password: ['ci']
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-replica-set.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18]
mongodb-version: ['4.0', '4.2', '4.4', '5.0', '6.0']
node-version: [18, 20]
mongodb-version: ['4.4', '5.0', '6.0']

steps:
- name: Checkout
Expand Down Expand Up @@ -40,9 +40,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18]
node-version: [18, 20]
mongodb-port: [23456]
mongodb-version: ['4.0', '4.2', '4.4']
mongodb-version: ['4.4', '5.0', '6.0']

name: MongoDB v${{ matrix.mongodb-version }} RS, Port ${{ matrix.mongodb-port }} — Node.js v${{ matrix.node-version }}
steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-single-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18]
mongodb-version: ['4.0', '4.2', '4.4', '5.0', '6.0']
node-version: [18, 20]
mongodb-version: ['4.4', '5.0', '6.0']

steps:
- name: Checkout
Expand Down Expand Up @@ -41,8 +41,8 @@ jobs:
strategy:
matrix:
mongodb-port: [12345]
mongodb-version: ['4.0', '4.2', '4.4']
node-version: [14, 16, 18]
mongodb-version: ['4.4', '5.0', '6.0']
node-version: [18, 20]

name: MongoDB v${{ matrix.mongodb-version }}, Port ${{ matrix.mongodb-port }} — Node.js v${{ matrix.node-version }}
steps:
Expand Down

0 comments on commit fe0ae6b

Please sign in to comment.