File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2626 strategy :
2727 matrix :
2828 include :
29- - os : ubuntu-latest
30- ruby : " 3.1"
31- task : " --test"
3229 - os : ubuntu-latest
3330 ruby : " 3.2"
3431 task : " --test"
@@ -39,13 +36,16 @@ jobs:
3936 ruby : " 3.4"
4037 task : " --test"
4138 - os : ubuntu-latest
42- ruby : " 3.4"
39+ ruby : " 4.0"
40+ task : " --test"
41+ - os : ubuntu-latest
42+ ruby : " 4.0"
4343 task : " --rubocop --build --yard --linkinator"
4444 - os : macos-latest
45- ruby : " 3.4 "
45+ ruby : " 4.0 "
4646 task : " --test"
4747 - os : windows-latest
48- ruby : " 3.4 "
48+ ruby : " 4.0 "
4949 task : " --test"
5050 fail-fast : false
5151 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ on these and other methods of providing credentials.
153153
154154## Supported Ruby Versions
155155
156- These libraries are currently supported on Ruby 3.0 through Ruby 3.3 . Older
156+ These libraries are currently supported on Ruby 3.2 through Ruby 4.0 . Older
157157versions of Ruby _may_ still work, but are unsupported and not recommended.
158158
159159In general, Google provides official support for Ruby versions that are actively
You can’t perform that action at this time.
0 commit comments