Skip to content

Commit 6c34938

Browse files
update: change Ruby version from 3.0.0 to 3.0.1 in CI workflow
1 parent 1135958 commit 6c34938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
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', '3.1.0', '3.2.0', '3.3.0' ]
28+
ruby: [ '3.0.1', '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)