Skip to content

Commit 6df50d8

Browse files
authored
Merge pull request #380 from olleolleolle/ci-yaml-quotes
CI: use "3.0" to avoid YAML float conversions
2 parents cd1fd75 + 99e907a commit 6df50d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: macos-latest
88
strategy:
99
matrix:
10-
ruby: [ 3.0, 2.7, 2.6, ruby-head ]
10+
ruby: [ '3.0', 2.7, 2.6, ruby-head ]
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: ruby/setup-ruby@v1

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: windows-latest
88
strategy:
99
matrix:
10-
ruby: [ 3.0, 2.7, 2.6, ruby-head ]
10+
ruby: [ '3.0', 2.7, 2.6, ruby-head ]
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)