Skip to content

Commit

Permalink
try like this
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Nov 17, 2023
1 parent 4e5609b commit febfe85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
rails: ["7.1", "7.0", "6.1", "6.0"]
ruby: ["3.3.0.dev", "3.2.2", "3.1.4", "3.0.6", "2.7.8"]
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:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }
gemspec :path => "."

# use ENV vars, with default value as fallback for local setup
ruby (ENV['RUBY_VERSION'] || '3.2.2')
#ruby (ENV['RUBY_VERSION'] || '3.2.2')
gem "rails", "~> #{ENV['RAILS_VERSION'] || '7.1'}.0"
gem "cucumber", "~> #{ENV['CUKES_VERSION'] || '9.0'}"
gem "cucumber-rails"
Expand Down

0 comments on commit febfe85

Please sign in to comment.