Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 80839cb

Browse files
authoredSep 22, 2024··
Stringify Ruby versions in workflow config
1 parent 864103b commit 80839cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
ruby_version:
21-
- 2.5
22-
- 2.7
23-
- 3.0
24-
- 3.3
21+
- "2.5"
22+
- "2.7"
23+
- "3.0"
24+
- "3.3"
2525
steps:
2626
- uses: actions/checkout@v4
2727
with:

0 commit comments

Comments
 (0)
Please sign in to comment.