From 3e50a8887905af92f824ab8fb82cc5a742f9bf92 Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Mon, 20 Dec 2021 12:38:17 -0700 Subject: [PATCH] Update CI workflow to accomodate ruby/activemodel compatibility --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dad2992..1f76d23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,17 +6,17 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: [2.5, 2.6, 2.7] + ruby: [2.7, 3.0] gemfile: - - activemodel-5.2 - activemodel-6.0 - activemodel-6.1 - activemodel-7.0 - activemodel-main include: - { ruby: "2.3", gemfile: "activemodel-3.2" } - - { ruby: "2.3", gemfile: "activemodel-4.2" } - { ruby: "2.4", gemfile: "activemodel-4.2" } + - { ruby: "2.5", gemfile: "activemodel-5.2" } + - { ruby: "2.6", gemfile: "activemodel-6.1" } env: BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile