We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67849cf commit 6c2c529Copy full SHA for 6c2c529
.github/workflows/ruby.yml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
fail-fast: false
24
matrix:
25
- ruby: [2.2, 2.3, 2.4, 2.5, 2.6 2.7]
+ ruby: [2.3, 2.4, 2.5, 2.6, 2.7]
26
rails: ["4.1", "4.2", "5.0", "5.2.3", "6.0"]
27
exclude:
28
- ruby: "2.4"
0 commit comments