We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e8b1f commit 159363bCopy full SHA for 159363b
.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