Skip to content

Commit 9490316

Browse files
chore: Added Ruby 4.0 to the CI matrix
1 parent ddd1b87 commit 9490316

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,23 @@ 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
4548
ruby: "3.4"
4649
task: "--test"
50+
- os: macos-latest
51+
ruby: "4.0"
52+
task: "--test"
4753
- os: windows-latest
4854
ruby: "3.4"
4955
task: "--test"
56+
- os: windows-latest
57+
ruby: "4.0"
58+
task: "--test"
5059
fail-fast: false
5160
runs-on: ${{ matrix.os }}
5261
steps:

0 commit comments

Comments
 (0)