Skip to content

Commit 9e5c6a9

Browse files
committed
add ruby 3.3.0
1 parent a8c3c7b commit 9e5c6a9

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' ]
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)