Skip to content

Commit 5497876

Browse files
committed
Test against all Ruby versions (and a few more) listed in the README
1 parent 269182e commit 5497876

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
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
ruby-version: [ '3.2' ]
21+
ruby-version: [ '2.7', '2.8', '2.9', '3.0', '3.1', '3.2', '3.3' ]
2222
steps:
2323
- uses: actions/checkout@v3
2424
- name: Set up Ruby

0 commit comments

Comments
 (0)