From 30c85d5bb9d899b3fc8dffbcc54c81585629ffaa Mon Sep 17 00:00:00 2001 From: Daniel Colson Date: Thu, 20 Apr 2023 11:17:11 -0400 Subject: [PATCH] Expand matrix for more recent versions This adds some extra coverage for combinations of newer versions of Ruby and Rails. A number of the other versions are EOL or soon-to-be EOL, and we'll probably drop them anyway whenever we do another major release of factory_bot_rails. --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54aca3c..1d7e5f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,11 +9,9 @@ jobs: strategy: fail-fast: false matrix: - rails: ["7.0"] - ruby: [3.2] + rails: ["7.0", "6.1"] + ruby: ["3.2", "3.1"] include: - - rails: "6.1" - ruby: "3.1" - rails: "6.1" ruby: "3.0" - rails: "6.1"