Skip to content

Commit

Permalink
Merge pull request #5 from apostrophecms/node-versions
Browse files Browse the repository at this point in the history
test supported things
  • Loading branch information
boutell authored Mar 13, 2024
2 parents b1ca052 + 1f69c4d commit 667bd7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18]
mongodb-version: [4.2, 4.4, 5.0]
node-version: [18, 20]
mongodb-version: [5.0, 6.0, 7.0]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 667bd7d

Please sign in to comment.