Skip to content

Commit

Permalink
Update run_tests_on_head to use Ruby 3.3 and Rails 7.2 as baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLap committed May 18, 2024
1 parent 7402559 commit 4bd92bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_on_head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- gemfile: gemfiles/rails_head.gemfile
ruby_version: head
- gemfile: gemfiles/rails_head.gemfile
ruby_version: 3.2
ruby_version: 3.3
- gemfile: gemfiles/rails_7_2.gemfile
ruby_version: head
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ task :generate_run_tests_on_head_workflow do
config['env']['CACHE_DEPENDENCIES'] = false
config['jobs']['test']['strategy']['matrix']['include'] = [
{'gemfile' => 'gemfiles/rails_head.gemfile', 'ruby_version' => 'head'},
{'gemfile' => 'gemfiles/rails_head.gemfile', 'ruby_version' => 3.2},
{'gemfile' => 'gemfiles/rails_7_1.gemfile', 'ruby_version' => 'head'},
{'gemfile' => 'gemfiles/rails_head.gemfile', 'ruby_version' => 3.3},
{'gemfile' => 'gemfiles/rails_7_2.gemfile', 'ruby_version' => 'head'},
]

#
Expand Down

0 comments on commit 4bd92bd

Please sign in to comment.