From c91c7892dc175e65f09f789c33bdf51bf9dc7508 Mon Sep 17 00:00:00 2001 From: Jolyon Pawlyn Date: Tue, 28 Dec 2021 20:26:01 +0000 Subject: [PATCH] Add ruby 3.1 and rails 7.0 to ci matrix --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3abe7987d..b02f6a0a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: matrix: include: # Recent Rubies and Rails + - ruby-version: '3.1' + rails-version: '7.0' - ruby-version: '3.0' rails-version: '7.0' - ruby-version: '2.7'