From 98dc01680a6670a273542d2a366e744bb94790b6 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Thu, 14 Sep 2023 10:32:08 +0100 Subject: [PATCH] fixup --- .github/workflows/3.0.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/3.0.yml b/.github/workflows/3.0.yml index 8f9a5ee6..82695743 100644 --- a/.github/workflows/3.0.yml +++ b/.github/workflows/3.0.yml @@ -10,9 +10,11 @@ jobs: tests: env: TEST_ES_SERVER: http://localhost:9200 - RAILS_VERSIONS: '6.0' + RAILS_VERSIONS: ${{ matrix.rails }} strategy: fail-fast: false + matrix: + rails: [ '6.1', '7.0' ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2