We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9a3fa commit 7098e84Copy full SHA for 7098e84
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: false
21
matrix:
22
- ruby: [2.6, 2.7, '3.0', 3.1, ruby-head, jruby]
+ ruby: [2.6, 2.7, '3.0', 3.1, 3.2, ruby-head, jruby]
23
steps:
24
- name: Clone repository
25
uses: actions/checkout@v3
0 commit comments