Skip to content

Commit 96cff61

Browse files
Add Ruby 3.1 to the CI matrix (#149)
1 parent 4524b3a commit 96cff61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
ruby: [2.7, "3.0"]
8+
ruby: [2.7, "3.0", 3.1]
99

1010
steps:
1111
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)