Skip to content

Commit

Permalink
Merge pull request #380 from olleolleolle/ci-yaml-quotes
Browse files Browse the repository at this point in the history
CI: use "3.0" to avoid YAML float conversions
  • Loading branch information
hsbt authored Apr 1, 2021
2 parents cd1fd75 + 99e907a commit 6df50d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
ruby: [ 3.0, 2.7, 2.6, ruby-head ]
ruby: [ '3.0', 2.7, 2.6, ruby-head ]
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
ruby: [ 3.0, 2.7, 2.6, ruby-head ]
ruby: [ '3.0', 2.7, 2.6, ruby-head ]
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 6df50d8

Please sign in to comment.