We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd638f7 commit 1616d9cCopy full SHA for 1616d9c
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
os: ["ubuntu", "macos"]
10
- ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
+ ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "head"]
11
steps:
12
- uses: actions/checkout@v4
13
- uses: ruby/setup-ruby@v1
0 commit comments