.github/workflows/ci.yml in karafka-testing-2.3.3 vs .github/workflows/ci.yml in karafka-testing-2.4.0.beta1
- old
+ new
@@ -20,11 +20,10 @@
ruby:
- '3.3'
- '3.2'
- '3.1'
- '3.0'
- - '2.7'
include:
- ruby: '3.3'
coverage: 'true'
steps:
- uses: actions/checkout@v4
@@ -38,27 +37,17 @@
ruby-version: ${{matrix.ruby}}
bundler: 'latest'
- name: Install latest bundler
run: |
- if [[ "$(ruby -v | awk '{print $2}')" == 2.7.8* ]]; then
- gem install bundler -v 2.4.22 --no-document
- bundle config set version 2.4.22
- gem update --system 3.4.22 --no-document
- else
- gem install bundler --no-document
- gem update --system --no-document
- fi
+ gem install bundler --no-document
+ gem update --system --no-document
bundle config set without 'tools benchmarks docs'
- name: Bundle install
run: |
- if [[ "$(ruby -v | awk '{print $2}')" == 2.7.8* ]]; then
- BUNDLER_VERSION=2.4.22 bundle install --jobs 4 --retry 3
- else
- bundle install --jobs 4 --retry 3
- fi
+ bundle install --jobs 4 --retry 3
diffend:
runs-on: ubuntu-latest
strategy:
fail-fast: false