We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99cf157 commit 3776104Copy full SHA for 3776104
1 file changed
.github/workflows/ruby.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- ruby: ["2.6", "2.7", "3.0"]
+ ruby: ["2.6", "2.7", "3.0", "3.1"]
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v2
0 commit comments