From c3e0995b9060bf47f06187f144ec3541c19d05c1 Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Tue, 18 Jan 2022 12:58:11 -0800 Subject: [PATCH] Add Ruby 3.1 to the CI matrix --- .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 5b0a398..1e15f46 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: [ '3.0', 2.7, 2.6, 2.5, head, truffleruby-head ] + ruby: [ 3.1, '3.0', 2.7, 2.6, 2.5, head, truffleruby-head ] os: [ ubuntu-latest, macos-latest ] runs-on: ${{ matrix.os }} steps: