Skip to content

Commit 261fede

Browse files
authored
Merge pull request #545 from yahonda/update_ci_matrix
Update CI matrix
2 parents 2c04236 + 57b958f commit 261fede

5 files changed

+21
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ jobs:
2727
- ruby: 3.1
2828
gemfile: "gemfiles/Gemfile.rails-7.2-sprockets-4"
2929

30-
- ruby: 3.1
31-
gemfile: Gemfile
30+
- ruby: 3.2
31+
gemfile: "gemfiles/Gemfile.rails-8.0-sprockets-3"
32+
- ruby: 3.2
33+
gemfile: "gemfiles/Gemfile.rails-8.0-sprockets-4"
34+
3235
- ruby: 3.2
3336
gemfile: Gemfile
3437
- ruby: 3.3
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22
gemspec path: '..'
33

4-
gem 'actionpack', '~> 7.2.0.beta2'
5-
gem 'railties', '~> 7.2.0.beta2'
4+
gem 'actionpack', '~> 7.2.0'
5+
gem 'railties', '~> 7.2.0'
66
gem 'sprockets', '~> 3.0'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22
gemspec path: '..'
33

4-
gem 'actionpack', '~> 7.2.0.beta2'
5-
gem 'railties', '~> 7.2.0.beta2'
4+
gem 'actionpack', '~> 7.2.0'
5+
gem 'railties', '~> 7.2.0'
66
gem 'sprockets', '~> 4.0'
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
source 'https://rubygems.org'
2+
gemspec path: '..'
3+
4+
gem 'actionpack', '~> 8.0.0.rc1'
5+
gem 'railties', '~> 8.0.0.rc1'
6+
gem 'sprockets', '~> 3.0'
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
source 'https://rubygems.org'
2+
gemspec path: '..'
3+
4+
gem 'actionpack', '~> 8.0.0.rc1'
5+
gem 'railties', '~> 8.0.0.rc1'
6+
gem 'sprockets', '~> 4.0'

0 commit comments

Comments
 (0)