From cb8ebb34e0f41d2bcaf53356cd17e853a37c8c3f Mon Sep 17 00:00:00 2001 From: Joseph Southan Date: Fri, 31 Mar 2023 10:07:08 +0100 Subject: [PATCH] Update specs --- .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 5362025..30fb44f 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