Skip to content

Commit

Permalink
ci: removed additional tests using node16, add mongo7
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed May 22, 2024
1 parent 37676e3 commit 64d42b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [ 16, 18, 20 ]
mongo: [ 4, 5, 6 ]
node: [ 18, 20 ]
mongo: [ 5, 6, 7 ]
exclude:
- node: 16
mongo: 4
Expand Down
2 changes: 1 addition & 1 deletion scripts/init_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ init_github_run_tests() {
}

init_github_additional_tests() {
install_reqs age sops nvm node16 node18 node20
install_reqs age sops nvm node18 node20 mongo5 mongo6 mongo7
}

init_github_build_service() {
Expand Down

0 comments on commit 64d42b6

Please sign in to comment.