Skip to content

Commit 0f96c58

Browse files
committed
Ruby 2.5 is too unstable to work with dependency replacing by latest stable ruby version 3.4.5
1 parent fdcc77a commit 0f96c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# test only recommend Ruby version (and stable version on the gitaction server)
1313
# GitHub action github.com/ruby/setup-ruby is pretty unstable with older Ruby version + dependencies
1414
# 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']
15+
ruby-version: ['3.1.0','3.4.5']
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up Ruby ${{ matrix.ruby-version }}

0 commit comments

Comments
 (0)