From 5cc475ec49b965a3e6aa64dd9f15949355900607 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Wed, 21 Feb 2024 21:56:43 -0500 Subject: [PATCH] build: Build with newer ruby and mongo versions. --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b85e5f3106..b32abc0d0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,11 +13,10 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - ruby-version: ['3.0.4'] - mongodb-version: ['4.2.14'] + ruby-version: ['3.0.4', '3.3.0'] + mongodb-version: ['4.2.14', '6.0.14', '7.2.1'] include: - - ruby-version: 3.0.4 - gemfile: Gemfile3 + - gemfile: Gemfile3 allow-failure: false env: SEARCH_SERVER_ES7: http://localhost:9200