--- dist: xenial language: ruby cache: bundler rvm: - 2.5.8 - 2.6.6 - 2.7.1 gemfile: - gemfiles/activejob_4.2.x.gemfile - gemfiles/activejob_5.2.x.gemfile - gemfiles/activejob_6.0.x.gemfile matrix: exclude: - rvm: 2.7.1 gemfile: gemfiles/activejob_4.2.x.gemfile before_install: 'gem install bundler -v "$(ruby -e "puts RUBY_VERSION.to_f >= 2.7 ? \">= 2.0\" : \"< 2\"")"' before_script: .ci/install_rabbitmq bundler_args: --jobs 3 --retry 3