Skip to content

Commit b252db7

Browse files
Rotzbuaeregon
authored andcommitted
Update ruby version in README.md
Use current ruby version in examples.
1 parent 250fcd6 commit b252db7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions/checkout@v3
7171
- uses: ruby/setup-ruby@v1
7272
with:
73-
ruby-version: '3.0' # Not needed with a .ruby-version file
73+
ruby-version: '3.2' # Not needed with a .ruby-version file
7474
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
7575
- run: bundle exec rake
7676
```
@@ -89,7 +89,7 @@ jobs:
8989
matrix:
9090
os: [ubuntu-latest, macos-latest]
9191
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
92-
ruby: ['2.7', '3.0', '3.1', head, jruby, jruby-head, truffleruby, truffleruby-head]
92+
ruby: ['2.7', '3.0', '3.1', '3.2', head, jruby, jruby-head, truffleruby, truffleruby-head]
9393
runs-on: ${{ matrix.os }}
9494
steps:
9595
- uses: actions/checkout@v3
@@ -118,7 +118,7 @@ jobs:
118118
- uses: actions/checkout@v3
119119
- uses: ruby/setup-ruby@v1
120120
with:
121-
ruby-version: '3.0'
121+
ruby-version: '3.2'
122122
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
123123
- run: bundle exec rake
124124
```

0 commit comments

Comments
 (0)