From 4b5fa84149c2d5c198caea7314d8acd0086c2715 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Fri, 8 Mar 2024 16:10:28 +0100 Subject: [PATCH] Ruby 3.2.3 (was 3.1.4) context is #332 -- Fabien says our infra is on 3.2.3 now, so I think we should match that in CI --- .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 ee5f397..dcbcd26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: - ruby-version: '3.1.4' + ruby-version: '3.2.3' bundler-cache: true - name: Bower run: |