From f7f84d6f088b8b7e0c7875c082fc495c2130611d Mon Sep 17 00:00:00 2001 From: Joey Schoblaska Date: Tue, 21 Nov 2023 16:19:55 -0600 Subject: [PATCH] add rails versions to github actions matrix strategy Co-authored-by: Perry Hertler --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b2bb43..e1f29dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,13 @@ jobs: - '3.0' - 3.1 - head + rails: + - "7.0" + - 6.1 env: BUNDLE_GEMFILE: Gemfile - name: "RSpec tests: Ruby ${{ matrix.ruby }}" + RAILS_VERSION: ${{ matrix.rails }} + name: "RSpec tests: Ruby ${{ matrix.ruby }}; Rails ${{ matrix.rails }}" steps: - uses: actions/checkout@8230315d06ad95c617244d2f265d237a1682d445 - name: Set up Ruby ${{ matrix.ruby }}