From 9a95a68513f9442e56dfb0cdd89fdb05cc623636 Mon Sep 17 00:00:00 2001 From: Luca Castelnovo Date: Mon, 15 Apr 2024 16:57:36 +0200 Subject: [PATCH] chore: ruby test versions updated --- .github/workflows/test.yml | 3 +-- .gitignore | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b580184..f67d5a5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,8 +10,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest] - # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0' - ruby: ['3.0', 3.1, '3.2', '3.3', head, truffleruby] + ruby: [3.1, 3.2, 3.3, head, truffleruby] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 diff --git a/.gitignore b/.gitignore index 51f6692..e4000f8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ /log /tmp .tool-versions -.vscode \ No newline at end of file +.vscode +.idea