From dc7bbb481f40da14818363b9228c0eddc5944e69 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Sun, 31 Dec 2023 12:30:40 -0600 Subject: [PATCH] Add Rails 7.1.1 to the matrix --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 114e2b6..d94409f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: rails_version: - 6.1.6.1 - 7.0.3.1 + - 7.1.1 include: - ruby: '2.7.8' # Rails 6.0 will not run on Ruby 3 rails_version: '6.0.5.1'