From bf01b238f4a30d4421e21b829bbd104f6a117be3 Mon Sep 17 00:00:00 2001 From: Jamie McCarthy Date: Sun, 26 Nov 2023 20:13:06 -0600 Subject: [PATCH] The full matrix again --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f334b7e..6ee3d6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,8 @@ jobs: max-parallel: 2 fail-fast: false matrix: - #ruby-version: ['2.6.10', '2.7.8', '3.0.6', '3.1.4', '3.2.2'] - #activerecord-version: ['5.0', '5.1', '5.2', '6.0', '6.1', '7.0', '7.1'] - ruby-version: ['2.7.8', '3.2.2'] - activerecord-version: ['5.2', '6.1'] + ruby-version: ['2.6.10', '2.7.8', '3.0.6', '3.1.4', '3.2.2'] + activerecord-version: ['5.0', '5.1', '5.2', '6.0', '6.1', '7.0', '7.1'] exclude: # Rails 7's gemspec requires ruby >= 2.7 - ruby-version: '2.6.10'