This is an automated email from the ASF dual-hosted git repository. erickguan pushed a commit to branch binding-ci in repository https://gitbox.apache.org/repos/asf/opendal.git
commit d05c5889b006206935bd590980625fbb099b5d81 Author: Erick Guan <[email protected]> AuthorDate: Fri Aug 29 23:26:28 2025 +0200 chore(bindings/ruby): test ruby-head --- .github/workflows/ci_bindings_ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_bindings_ruby.yml b/.github/workflows/ci_bindings_ruby.yml index 01d6421b2..f057b5467 100644 --- a/.github/workflows/ci_bindings_ruby.yml +++ b/.github/workflows/ci_bindings_ruby.yml @@ -46,7 +46,7 @@ jobs: strategy: fail-fast: false matrix: - ruby-version: ["3.2", "3.3", "3.4"] + ruby-version: ["3.2", "3.3", "3.4", "ruby-head"] env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps BUNDLE_GEMFILE: ${{ github.workspace }}/bindings/ruby/Gemfile
