Skip to content

Commit 5badf67

Browse files
authored
Merge pull request #492 from olleolleolle/patch-1
CI: Quote, to avoid YAML 3.0 => "3"
2 parents 582e284 + 0241619 commit 5badf67

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)