We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdcc77a commit 0f96c58Copy full SHA for 0f96c58
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
# test only recommend Ruby version (and stable version on the gitaction server)
13
# GitHub action github.com/ruby/setup-ruby is pretty unstable with older Ruby version + dependencies
14
# so, we only run a basic example with Ruby 2.7.8 after install the gem from the local build
15
- ruby-version: ['3.1.0','head']
+ ruby-version: ['3.1.0','3.4.5']
16
steps:
17
- uses: actions/checkout@v4
18
- name: Set up Ruby ${{ matrix.ruby-version }}
0 commit comments