Skip to content

Commit d920f72

Browse files
committed
test with ruby 3.4
1 parent 152c87e commit d920f72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/samples-ruby.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
cat /etc/hosts
4343
- uses: ruby/setup-ruby@v1
4444
with:
45-
ruby-version: '3.2' # Not needed with a .ruby-version, .tool-versions or mise.toml
45+
ruby-version: '3.4' # Not needed with a .ruby-version, .tool-versions or mise.toml
4646
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4747
- name: Install bundle
4848
working-directory: ${{ matrix.sample }}

0 commit comments

Comments
 (0)