We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e57934 commit 3b00576Copy full SHA for 3b00576
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
strategy:
21
matrix:
22
- ruby: ["2.7", "3.0", "3.1"]
+ ruby: ["2.7", "3.0", "3.1", "3.2"]
23
steps:
24
- uses: actions/checkout@v3
25
- run: rm Gemfile.lock
0 commit comments