Skip to content

Commit

Permalink
more CI builds
Browse files Browse the repository at this point in the history
testing with ruby 3.3, and truffleruby and rails 7.1
  • Loading branch information
mathieujobin committed Jan 15, 2024
1 parent 0d056ea commit 75ccf8f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
ruby-version: 3.1
- gemfile: "7.0"
ruby-version: 3.2
- gemfile: "7.0"
ruby-version: 3.3
- gemfile: "7.1"
ruby-version: 3.2
- gemfile: "7.0"
ruby-version: truffleruby

env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down
11 changes: 11 additions & 0 deletions gemfiles/7.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
source 'https://rubygems.org'

gem 'bootsnap' # required to run `rake test` in Rails 7.0
gem 'bundler', '~>2'
gem 'rails', '~>7.0.0'
gem 'sprockets-rails'
gem 'rdoc'
gem 'sprockets', '~>3.0'
gem 'sqlite3', '~> 1.4'

gemspec :path => '../'

0 comments on commit 75ccf8f

Please sign in to comment.