Skip to content

Commit bae3a35

Browse files
committed
add 2.7 & 3.0
1 parent 4615eab commit bae3a35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
# ruby-version: ['2.6', '2.7', '3.0']
23-
ruby-version: ['2.6']
22+
ruby-version: ['2.6', '2.7', '3.0']
2423
mongodb-version: ['4.4']
2524
sqlite-version: ['3.0']
2625

0 commit comments

Comments
 (0)