Skip to content

Commit

Permalink
update README, and run tests with Rails 7.1, Ruby 3.3 and Cucumber 9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Nov 17, 2023
1 parent da24cd3 commit 630c4d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 630c4d1

Please sign in to comment.