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 8052728 commit 7b6c6eeCopy full SHA for 7b6c6ee
.github/workflows/ruby.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
strategy:
28
matrix:
29
- ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
+ ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', 'ruby-head']
30
31
steps:
32
- uses: actions/checkout@v5
0 commit comments