Skip to content

Commit

Permalink
Prefer String to Float
Browse files Browse the repository at this point in the history
YAML has a lot of problems.
  • Loading branch information
smortex committed Jan 22, 2024
1 parent 829906b commit 9dcca4c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
strategy:
matrix:
ruby-version:
- 2.6
- 2.7
- 3.0
- 3.1
- 3.2
- 3.3
- '2.6'
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'
steps:
- uses: actions/checkout@v4
- name: Setup Ruby
Expand Down

0 comments on commit 9dcca4c

Please sign in to comment.