Skip to content

Commit b9f8313

Browse files
committed
ci: add ruby v4
1 parent febb5d0 commit b9f8313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ruby: [3.1, 3.2, 3.3]
14+
ruby: [3.1, 3.2, 3.3, 4.0]
1515

1616
runs-on: ubuntu-latest
1717

@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
ruby: [3.1, 3.2, 3.3]
42+
ruby: [3.1, 3.2, 3.3, 4.0]
4343

4444
runs-on: windows-latest
4545

0 commit comments

Comments
 (0)