Skip to content

Commit

Permalink
ci: upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Feb 12, 2025
1 parent 7e52eab commit ffd0f0f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,31 +18,22 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.0"]
ruby: ["3.3"]
gemfile: [
"gemfiles/rails6.gemfile"
"gemfiles/rails8.gemfile"
]
rbs: ['false']
include:
- ruby: "3.3"
- ruby: "3.4"
gemfile: "Gemfile"
rbs: 'true'
- ruby: "3.2"
gemfile: "Gemfile"
rbs: 'false'
- ruby: "3.2"
gemfile: "gemfiles/rails7.gemfile"
rbs: 'false'
- ruby: "3.3"
gemfile: "gemfiles/railsmaster.gemfile"
rbs: 'false'
- ruby: "3.1"
gemfile: "Gemfile"
rbs: 'true'
- ruby: "3.1"
gemfile: "gemfiles/rails7.gemfile"
gemfile: "gemfiles/rails6.gemfile"
rbs: 'false'
- ruby: "3.1"
- ruby: "3.4"
gemfile: "gemfiles/railsmaster.gemfile"
rbs: 'false'
- ruby: "2.5"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby.gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

gem 'rails', '~> 6.0'
gem 'rails', '~> 7.0'

gemspec path: '..'
2 changes: 2 additions & 0 deletions gemfiles/rails6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ source 'https://rubygems.org'

gem 'rails', '~> 6.0'
gem 'zeitwerk'
# See https://github.com/rails/rails/issues/54263
gem 'concurrent-ruby', '1.3.4'

gemspec path: '..'
5 changes: 5 additions & 0 deletions gemfiles/rails8.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source 'https://rubygems.org'

gem 'rails', '~> 8.0'

gemspec path: '..'

0 comments on commit ffd0f0f

Please sign in to comment.