We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 941e4fe + 70dd6d5 commit c3e63e1Copy full SHA for c3e63e1
1 file changed
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- ruby: [ '2.6', '2.7', '3.0', '3.1' ]
+ ruby: [ '2.7', '3.0', '3.1', '3.2' ]
19
steps:
20
- uses: actions/checkout@v2
21
- name: Set up Ruby ${{ matrix.ruby }}
0 commit comments