From 64d42b624e5e806f2f323da3bd2c805a12501b52 Mon Sep 17 00:00:00 2001 From: Robin Bourianes Date: Wed, 22 May 2024 16:04:20 +0200 Subject: [PATCH] ci: removed additional tests using node16, add mongo7 --- .github/workflows/main.yaml | 4 ++-- scripts/init_runner.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 92291b9..cf15117 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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 diff --git a/scripts/init_runner.sh b/scripts/init_runner.sh index a964c11..530e7e2 100644 --- a/scripts/init_runner.sh +++ b/scripts/init_runner.sh @@ -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() {