From 9875765c343e48cd183a493b51e429a1041326bd Mon Sep 17 00:00:00 2001 From: Peter Goldstein Date: Thu, 17 Mar 2022 07:21:26 -0700 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 9ae4c1a..b0ba850 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 ] + ruby: [ 3.1, '3.0', 2.7, 2.6, 2.5, head ] os: [ ubuntu-latest, macos-latest ] runs-on: ${{ matrix.os }} steps: