File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ jobs:
369
369
strategy :
370
370
fail-fast : false
371
371
matrix :
372
- gemfile : [ rails5, rails6 ]
372
+ gemfile : [ rails7, rails8 ]
373
373
name : " Test with ${{ matrix.gemfile }} gemfile"
374
374
runs-on : ubuntu-latest
375
375
env :
@@ -378,11 +378,9 @@ jobs:
378
378
- uses : actions/checkout@v4
379
379
- uses : ./
380
380
with :
381
- ruby-version : ' 2.6 '
381
+ ruby-version : ' 3.2 '
382
382
bundler-cache : true
383
383
- run : bundle exec rails --version
384
- env :
385
- RUBYOPT : ' -rlogger' # Rails 6 is missing a require 'logger' in active_support/logger_thread_safe_level.rb
386
384
387
385
testTruffleRubyNokogiri :
388
386
name : " Test installing a Gemfile with nokogiri on TruffleRuby"
Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
3
- gem "rails", "~> 5 .2.0"
3
+ gem "rails", "~> 7 .2.0"
Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
3
- gem "rails", "~> 6 .0.0"
3
+ gem "rails", "~> 8 .0.0"
You can’t perform that action at this time.
0 commit comments