Skip to content

Commit 6400ed9

Browse files
Revert "Update ruby.yml (#355)"
This reverts commit 321947e.
1 parent 321947e commit 6400ed9

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
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
28-
ruby: [ '3.0.0' ]
28+
ruby: [ '3.0.0', '3.1.0', '3.2.0', '3.3.0' ]
2929
steps:
3030
- uses: actions/checkout@v3
3131
- name: Set up Ruby ${{ matrix.ruby }}

0 commit comments

Comments
 (0)