From eacea452e2159ad6322234541072b3bd4b2d494c Mon Sep 17 00:00:00 2001 From: tsmartt <81187695+tsmartt@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:45:09 -0700 Subject: [PATCH] Test ruby 3.2 --- .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 5fe05ae..dbecd7e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - ruby: ['2.6', '2.7', '3.0', '3.1'] + ruby: ['2.6', '2.7', '3.0', '3.1', '3.2'] target: - id: 'linux-amd64' os: 'ubuntu-latest'