Skip to content

Commit 0773c51

Browse files
committed
chore: Add "head" to GitHub actions Ruby matrix
Ruby 4.0 is expected to be released later this year so this is getting ready for that.
1 parent 1517c09 commit 0773c51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]
24+
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "head"]
2525
env:
2626
DEBUG: "true"
2727
steps:

0 commit comments

Comments
 (0)