Skip to content

Commit

Permalink
CI: Quote YAML value to avoid 3.0 rendering as "3"
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Feb 16, 2024
1 parent 165afed commit dba9e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
ruby:
- 3.0
- '3.0'
- 3.1
- 3.2
- 3.3
Expand All @@ -24,7 +24,7 @@ jobs:
- truffleruby-head

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit dba9e09

Please sign in to comment.