From ab73e1813a2e00ca409b71f7db5ccb56138775d5 Mon Sep 17 00:00:00 2001 From: Abdelkader Boudih Date: Wed, 25 Jan 2023 16:09:35 +0100 Subject: [PATCH] Managed by Terraform --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11f04ac..532e79a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [2.7, '3.0', '3.1'] + ruby: [2.7, '3.0', '3.1', '3.2'] runs-on: ubuntu-latest steps: - uses: actions/checkout@v3