Skip to content

Commit

Permalink
Merge pull request #545 from yahonda/update_ci_matrix
Browse files Browse the repository at this point in the history
Update CI matrix
  • Loading branch information
yahonda authored Oct 23, 2024
2 parents 2c04236 + 57b958f commit 261fede
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ jobs:
- ruby: 3.1
gemfile: "gemfiles/Gemfile.rails-7.2-sprockets-4"

- ruby: 3.1
gemfile: Gemfile
- ruby: 3.2
gemfile: "gemfiles/Gemfile.rails-8.0-sprockets-3"
- ruby: 3.2
gemfile: "gemfiles/Gemfile.rails-8.0-sprockets-4"

- ruby: 3.2
gemfile: Gemfile
- ruby: 3.3
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/Gemfile.rails-7.2-sprockets-3
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
gemspec path: '..'

gem 'actionpack', '~> 7.2.0.beta2'
gem 'railties', '~> 7.2.0.beta2'
gem 'actionpack', '~> 7.2.0'
gem 'railties', '~> 7.2.0'
gem 'sprockets', '~> 3.0'
4 changes: 2 additions & 2 deletions gemfiles/Gemfile.rails-7.2-sprockets-4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
gemspec path: '..'

gem 'actionpack', '~> 7.2.0.beta2'
gem 'railties', '~> 7.2.0.beta2'
gem 'actionpack', '~> 7.2.0'
gem 'railties', '~> 7.2.0'
gem 'sprockets', '~> 4.0'
6 changes: 6 additions & 0 deletions gemfiles/Gemfile.rails-8.0-sprockets-3
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source 'https://rubygems.org'
gemspec path: '..'

gem 'actionpack', '~> 8.0.0.rc1'
gem 'railties', '~> 8.0.0.rc1'
gem 'sprockets', '~> 3.0'
6 changes: 6 additions & 0 deletions gemfiles/Gemfile.rails-8.0-sprockets-4
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source 'https://rubygems.org'
gemspec path: '..'

gem 'actionpack', '~> 8.0.0.rc1'
gem 'railties', '~> 8.0.0.rc1'
gem 'sprockets', '~> 4.0'

0 comments on commit 261fede

Please sign in to comment.