We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a390287 commit 11260eaCopy full SHA for 11260ea
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
fail-fast: false
27
matrix:
28
- 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]
29
steps:
30
- name: Clone repository
31
uses: actions/checkout@v3
0 commit comments