From 630c4d1e1f4a4df5c9c0b10925355fcb412e4377 Mon Sep 17 00:00:00 2001 From: Mathieu Jobin Date: Fri, 17 Nov 2023 15:14:38 +0900 Subject: [PATCH] update README, and run tests with Rails 7.1, Ruby 3.3 and Cucumber 9.x --- .github/workflows/build.yml | 6 +++--- README.md | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dbc4fbb..606e7a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,9 +15,9 @@ jobs: strategy: fail-fast: false matrix: - rails: ["7.0", "6.1", "6.0"] - ruby: ["3.2.2", "3.1.4", "3.0.6", "2.7.8"] - cucumber: ["8.0", "7.0", "6.0", "5.0", "4.0", "3.0"] + rails: ["7.1", "7.0", "6.1", "6.0"] + ruby: ["3.3", "3.2.2", "3.1.4", "3.0.6", "2.7.8"] + cucumber: ["9.0", "8.0", "7.0", "6.0", "5.0", "4.0", "3.0"] env: RUBY_VERSION: ${{ matrix.ruby }} diff --git a/README.md b/README.md index b06463a..cb5d625 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,13 @@ Cucumber 4.x - should work with all Rails 5.x versions, tests only run for 5.2 a Cucumber 5.x - all tests pass for rails 5.2, 6.0 and 6.1 Cucumber 6.x - all tests pass for rails 6.0, 6.1 and 7.0 Cucumber 7.x - all tests pass for rails 6.0, 6.1 and 7.0 +Cucumber 8.x - all tests pass for rails 6.0, 6.1 and 7.0 +Cucumber 9.x - all tests pass for rails 6.0, 6.1 and 7.0 Please open pull-requests with fixes if you encounter any problems. No active development on this gem. -### Rails 5 and Rails 6 +### Rails 5.x, 6.x, and 7.x Add the gem to your Gemfile: