Skip to content

Commit 686e97a

Browse files
committed
Fix YAML formatting: quote ruby-head for consistency
1 parent 84071c1 commit 686e97a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
fail-fast: false
77
matrix:
8-
ruby: ["2.7", "3.1", "3.2", "3.3", "3.4", "4.0", ruby-head]
8+
ruby: ["2.7", "3.1", "3.2", "3.3", "3.4", "4.0", "ruby-head"]
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)