From a817c8ceaf8c9986034c66a25d661f590f15774a Mon Sep 17 00:00:00 2001 From: John Newbigin Date: Fri, 3 Mar 2023 12:00:23 +1100 Subject: [PATCH] Add ruby 3.2 to the test matrix --- .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 1b42a22..6612e5a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,7 +7,7 @@ jobs: strategy: matrix: - ruby: ['2.7', '3.0', '3.1'] + ruby: ['2.7', '3.0', '3.1', '3.2'] runs-on: ubuntu-latest steps: