Skip to content

Commit

Permalink
feat: add ruby 3.1 ci pipeline for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SaadYousaf authored and SaadYousaf committed Sep 27, 2023
1 parent 57a95ff commit 857fff3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
ruby-version: ['3.0.4']
ruby-version: ['3.0.4', '3.1.0']
mongodb-version: ['4.2.14']
include:
- ruby-version: 3.0.4
gemfile: Gemfile3
allow-failure: false
- ruby-version: 3.1.0
gemfile: Gemfile3
allow-failure: false
env:
SEARCH_SERVER_ES7: http://localhost:9200
MONGOHQ_URL: mongodb://localhost:27017/cs_comments_service_test
Expand Down

0 comments on commit 857fff3

Please sign in to comment.