We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 269182e commit 5497876Copy full SHA for 5497876
.github/workflows/ruby.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
strategy:
20
matrix:
21
- ruby-version: [ '3.2' ]
+ ruby-version: [ '2.7', '2.8', '2.9', '3.0', '3.1', '3.2', '3.3' ]
22
steps:
23
- uses: actions/checkout@v3
24
- name: Set up Ruby
0 commit comments