Skip to content

Commit

Permalink
Quote all Ruby version values
Browse files Browse the repository at this point in the history
  • Loading branch information
andyundso committed Apr 30, 2024
1 parent e994b63 commit c7ae011
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fail-fast: false
matrix:
ruby-version:
- 2.7
- "2.7"
- "3.0"

name: Install on Windows (MingW)
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- 2019
- 2022
ruby-version:
- 2.7
- "2.7"
- "3.0"

name: Test on Windows (MingW)
Expand Down Expand Up @@ -171,9 +171,9 @@ jobs:
fail-fast: false
matrix:
ruby-version:
- 3.1
- 3.2
- 3.3
- "3.1"
- "3.2"
- "3.3"

name: Install on Windows (UCRT)
runs-on: windows-latest
Expand Down Expand Up @@ -213,9 +213,9 @@ jobs:
- 2019
- 2022
ruby-version:
- 3.1
- 3.2
- 3.3
- "3.1"
- "3.2"
- "3.3"
name: Test on Windows (UCRT)
runs-on: windows-latest
steps:
Expand Down Expand Up @@ -286,11 +286,11 @@ jobs:
fail-fast: false
matrix:
ruby-version:
- 2.7
- "2.7"
- "3.0"
- 3.1
- 3.2
- 3.3
- "3.1"
- "3.2"
- "3.3"

name: Install on Windows (Native)
runs-on: windows-latest
Expand Down Expand Up @@ -350,11 +350,11 @@ jobs:
- 2019
- 2022
ruby-version:
- 2.7
- "2.7"
- "3.0"
- 3.1
- 3.2
- 3.3
- "3.1"
- "3.2"
- "3.3"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -414,11 +414,11 @@ jobs:
fail-fast: false
matrix:
ruby-version:
- 2.7
- "2.7"
- "3.0"
- 3.1
- 3.2
- 3.3
- "3.1"
- "3.2"
- "3.3"

name: Install on Mac OS (M1)
runs-on: macos-14
Expand Down

0 comments on commit c7ae011

Please sign in to comment.