Skip to content

Commit 0b6ead7

Browse files
authored
Update ruby.yml
Drop 2.6, add 3.X
1 parent 4d61d02 commit 0b6ead7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
ruby-version: ['2.6', '2.7', '3.0']
25+
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
2626

2727
steps:
2828
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)