Skip to content

Commit 04bb7ae

Browse files
committed
Adding ruby-3.3 to github actions test.yml
1 parent b1623dc commit 04bb7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ ubuntu-20.04 ]
19-
ruby: ["2.7", "3.0", "3.1", "3.2"]
19+
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]
2020
mongodb: ["3.6", "4.4", "5.0", "6.0", "7.0"]
2121
topology: [replica_set, sharded_cluster]
2222
include:

0 commit comments

Comments
 (0)