We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e0cac0 commit 81306b3Copy full SHA for 81306b3
.github/workflows/ruby.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
os: ["ubuntu-latest"]
21
- ruby: ["2.3", "2.4", "2.5", "2.6"]
+ ruby: ["2.3", "2.4", "2.5", "2.6", "2.7"]
22
23
runs-on: ${{ matrix.os }}
24
0 commit comments