Skip to content

Commit

Permalink
Adding ruby-3.3 to github actions test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adviti-mishra committed Aug 8, 2024
1 parent 989db91 commit 6a17cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-20.04 ]
ruby: ["2.7", "3.0", "3.1", "3.2"]
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]
mongodb: ["3.6", "4.4", "5.0", "6.0", "7.0"]
topology: [replica_set, sharded_cluster]
include:
Expand Down

0 comments on commit 6a17cfb

Please sign in to comment.