Skip to content

Commit 11e0559

Browse files
chore: Added Ruby 4.0 to the CI matrix (#32399)
Co-authored-by: Yoshi Automation Bot <yoshi-automation@google.com>
1 parent 9405824 commit 11e0559

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,16 @@ jobs:
3939
ruby: "3.4"
4040
task: "--test"
4141
- os: ubuntu-latest
42-
ruby: "3.4"
42+
ruby: "4.0"
43+
task: "--test"
44+
- os: ubuntu-latest
45+
ruby: "4.0"
4346
task: "--rubocop-toplevel --rubocop --build --yard --linkinator"
4447
- os: macos-latest
45-
ruby: "3.4"
48+
ruby: "4.0"
4649
task: "--test"
4750
- os: windows-latest
48-
ruby: "3.4"
51+
ruby: "4.0"
4952
task: "--test"
5053
fail-fast: false
5154
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)