From c7ae011d5909bf852cd4486459aba4f82a3b90b9 Mon Sep 17 00:00:00 2001 From: Andy Pfister Date: Tue, 30 Apr 2024 20:59:02 +0200 Subject: [PATCH] Quote all Ruby version values --- .github/workflows/ci.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3ff0d31..cb0b80b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: fail-fast: false matrix: ruby-version: - - 2.7 + - "2.7" - "3.0" name: Install on Windows (MingW) @@ -96,7 +96,7 @@ jobs: - 2019 - 2022 ruby-version: - - 2.7 + - "2.7" - "3.0" name: Test on Windows (MingW) @@ -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 @@ -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: @@ -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 @@ -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 @@ -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