Skip to content

Commit 7800a5b

Browse files
authored
chore: Added Ruby 3.4 to the CI matrix (#29349)
1 parent d82279d commit 7800a5b

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.3"
4040
task: "--test"
4141
- os: ubuntu-latest
42-
ruby: "3.3"
42+
ruby: "3.4"
43+
task: "--test"
44+
- os: ubuntu-latest
45+
ruby: "3.4"
4346
task: "--rubocop-toplevel --rubocop --build --yard --linkinator"
4447
- os: macos-latest
45-
ruby: "3.3"
48+
ruby: "3.4"
4649
task: "--test"
4750
- os: windows-latest
48-
ruby: "3.3"
51+
ruby: "3.4"
4952
task: "--test"
5053
fail-fast: false
5154
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)