We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1517c09 commit 0773c51Copy full SHA for 0773c51
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