Skip to content

Commit 7ff22db

Browse files
author
Feanil Patel
committed
build: Build with newer ruby and mongo versions.
1 parent ac710bf commit 7ff22db

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ jobs:
1313
runs-on: ubuntu-20.04
1414
strategy:
1515
matrix:
16-
ruby-version: ['3.0.4']
17-
mongodb-version: ['4.2.14']
16+
ruby-version: ['3.0.4', '3.3.0']
17+
mongodb-version: ['4.2.14', '6', '7.2']
1818
include:
19-
- ruby-version: 3.0.4
20-
gemfile: Gemfile3
19+
- gemfile: Gemfile3
2120
allow-failure: false
2221
env:
2322
SEARCH_SERVER_ES7: http://localhost:9200

0 commit comments

Comments
 (0)