We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4409730 commit 821e5c2Copy full SHA for 821e5c2
1 file changed
.github/workflows/ruby.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]
+ ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "head"]
25
env:
26
DEBUG: "true"
27
steps:
0 commit comments