We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321947e commit 6400ed9Copy full SHA for 6400ed9
.github/workflows/ruby.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
strategy:
27
matrix:
28
- ruby: [ '3.0.0' ]
+ ruby: [ '3.0.0', '3.1.0', '3.2.0', '3.3.0' ]
29
steps:
30
- uses: actions/checkout@v3
31
- name: Set up Ruby ${{ matrix.ruby }}
0 commit comments