From a219368a1f8ff64718b9fa132e9b9325d641f70f Mon Sep 17 00:00:00 2001 From: John Mettraux Date: Thu, 29 Feb 2024 07:26:12 +0900 Subject: [PATCH] Try to pin GH actions on 2.2.6, gh-93 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a302689..43cc255 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - ruby: [ '2.2', '2.3', '2.7', '3.0', '3.1', '3.2', 'jruby-9.2', 'jruby-9.4', 'truffleruby-22.3' ] + ruby: [ '2.2.6', '2.3', '2.7', '3.0', '3.1', '3.2', 'jruby-9.2', 'jruby-9.4', 'truffleruby-22.3' ] experimental: [ false ] fail-fast: false runs-on: ${{matrix.os}}