We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72e8b1f + 159363b commit b42831bCopy full SHA for b42831b
.github/workflows/rspec.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.6', '2.7', '3.0', '3.1', '3.2']
19
steps:
20
- uses: actions/checkout@v3
21
- name: Set up Ruby
0 commit comments