Skip to content

Commit

Permalink
build: Also test on ruby 3.3 with the updated deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed Mar 1, 2024
1 parent 0333360 commit 68bf8ff
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,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
ruby-version: ['3.0.4', '3.1.4']
ruby-version: ['3.0.4', '3.1.4', '3.3.0']
mongodb-version: ['4.2.14'] #, '6', '7']
include:
- ruby-version: '3.0.4'
Expand All @@ -22,6 +22,9 @@ jobs:
- ruby-version: '3.1.4'
gemfile: Gemfile
allow-failure: true
- ruby-version: '3.3.0'
gemfile: Gemfile
allow-failure: true

env:
SEARCH_SERVER_ES7: http://localhost:9200
Expand Down

0 comments on commit 68bf8ff

Please sign in to comment.