From edf2c510c9bcac0664a458c105debd9254595ee3 Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Tue, 17 Jan 2023 07:56:20 -0500 Subject: [PATCH] Quote 3.0 to avoid truncation --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7512bd1..5362025 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: tests: strategy: matrix: - ruby-version: [2.6, 2.7, 3.0, 3.1, 3.2] + ruby-version: [2.6, 2.7, "3.0", 3.1, 3.2] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3