From 72f83014b420dfc192cf0e9039e9796f406a5870 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 24 Mar 2022 18:41:10 +0900 Subject: [PATCH 1/2] Added 3.1 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7bb68cf..b156963 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: name: build (${{ matrix.ruby }} / ${{ matrix.os }}) strategy: matrix: - ruby: [ 2.7, '3.0', head ] + ruby: [ 2.7, '3.0', 3.1, head ] os: [ ubuntu-latest, macos-latest, windows-latest ] exclude: - { os: windows-latest , ruby: head } From 93ea848d1ddc9ce4d50b89d622c3263a03d757ef Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 24 Mar 2022 18:41:20 +0900 Subject: [PATCH 2/2] Use actions/checkout@v3 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b156963..16b8098 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - { os: windows-latest , ruby: mswin } runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: