We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4524b3a commit 96cff61Copy full SHA for 96cff61
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- ruby: [2.7, "3.0"]
+ ruby: [2.7, "3.0", 3.1]
9
10
steps:
11
- uses: actions/checkout@v2
0 commit comments