Skip to content

Commit 0241619

Browse files
authored
CI: Quote, to avoid YAML 3.0 => "3"
1 parent 582e284 commit 0241619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
os: ubuntu-latest
5151
gemfile: Gemfile
5252
allow-failure: true
53-
- ruby: 3.0
53+
- ruby: '3.0'
5454
os: ubuntu-latest
5555
gemfile: Gemfile
5656
allow-failure: true

0 commit comments

Comments
 (0)