Skip to content

Commit 595828d

Browse files
committed
Update ruby version in README.md
Use current ruby version in examples.
1 parent 2a7b300 commit 595828d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- uses: actions/checkout@v4
8080
- uses: ruby/setup-ruby@v1
8181
with:
82-
ruby-version: '3.3' # Not needed with a .ruby-version, .tool-versions or mise.toml
82+
ruby-version: '3.4' # Not needed with a .ruby-version, .tool-versions or mise.toml
8383
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
8484
- run: bundle exec rake
8585
```
@@ -98,7 +98,7 @@ jobs:
9898
matrix:
9999
os: [ubuntu-latest, macos-latest]
100100
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
101-
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', head, jruby, jruby-head, truffleruby, truffleruby-head]
101+
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', head, jruby, jruby-head, truffleruby, truffleruby-head]
102102
runs-on: ${{ matrix.os }}
103103
steps:
104104
- uses: actions/checkout@v4
@@ -127,7 +127,7 @@ jobs:
127127
- uses: actions/checkout@v4
128128
- uses: ruby/setup-ruby@v1
129129
with:
130-
ruby-version: '3.3'
130+
ruby-version: '3.4'
131131
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
132132
- run: bundle exec rake
133133
```

0 commit comments

Comments
 (0)