Skip to content

Commit 464f3d3

Browse files
committed
Fix coverage test ruby version.
1 parent 143bf77 commit 464f3d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- ubuntu
6161

6262
ruby:
63-
- ruby
63+
- "3.4"
6464

6565
steps:
6666
- uses: actions/checkout@v4
@@ -93,7 +93,7 @@ jobs:
9393
- ubuntu
9494

9595
ruby:
96-
- ruby
96+
- "3.4"
9797

9898
steps:
9999
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)