Skip to content

Commit 59a7680

Browse files
fkmyeregon
authored andcommitted
Update Ruby version examples in README to include 4.0
1 parent 6459287 commit 59a7680

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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@v6
8080
- uses: ruby/setup-ruby@v1
8181
with:
82-
ruby-version: '3.4' # Not needed with a .ruby-version, .tool-versions or mise.toml
82+
ruby-version: '4.0' # 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', '3.4', head, jruby, jruby-head, truffleruby, truffleruby-head]
101+
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0', head, jruby, jruby-head, truffleruby, truffleruby-head]
102102
runs-on: ${{ matrix.os }}
103103
steps:
104104
- uses: actions/checkout@v6
@@ -127,7 +127,7 @@ jobs:
127127
- uses: actions/checkout@v6
128128
- uses: ruby/setup-ruby@v1
129129
with:
130-
ruby-version: '3.4'
130+
ruby-version: '4.0'
131131
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
132132
- run: bundle exec rake
133133
```

0 commit comments

Comments
 (0)