diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 891d57c..03d34c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - '2.7' - '2.6' - '2.5' - - 'jruby-9.2.17.0' + - 'jruby-9.3.2.0' gemfile: - gemfiles/active_record_70.gemfile - gemfiles/active_record_61.gemfile @@ -55,7 +55,7 @@ jobs: gemfile: gemfiles/active_record_edge.gemfile - ruby_version: '2.5' gemfile: gemfiles/active_record_70.gemfile - - ruby_version: 'jruby-9.2.17.0' + - ruby_version: 'jruby-9.3.2.0' gemfile: gemfiles/active_record_edge.gemfile include: - ruby_version: 'ruby-head' @@ -102,6 +102,6 @@ jobs: with: ruby-version: ${{ matrix.ruby_version }} bundler-cache: true - continue-on-error: ${{ matrix.ruby_version == 'ruby-head' || matrix.ruby_version == 'jruby-9.2.17.0' || matrix.gemfile == 'gemfiles/active_record_edge.gemfile' }} + continue-on-error: ${{ matrix.ruby_version == 'ruby-head' || matrix.ruby_version == 'jruby-9.3.2.0' || matrix.gemfile == 'gemfiles/active_record_edge.gemfile' }} - run: bundle exec rake test - continue-on-error: ${{ matrix.ruby_version == 'ruby-head' || matrix.ruby_version == 'jruby-9.2.17.0' || matrix.gemfile == 'gemfiles/active_record_edge.gemfile' }} + continue-on-error: ${{ matrix.ruby_version == 'ruby-head' || matrix.ruby_version == 'jruby-9.3.2.0' || matrix.gemfile == 'gemfiles/active_record_edge.gemfile' }}