.github/workflows/ci.yml in karafka-sidekiq-backend-1.4.7 vs .github/workflows/ci.yml in karafka-sidekiq-backend-1.4.9

- old
+ new

@@ -14,15 +14,16 @@ needs: diffend strategy: fail-fast: false matrix: ruby: + - '3.2' - '3.1' - '3.0' - '2.7' include: - - ruby: '3.1' + - ruby: '3.2' coverage: 'true' steps: - uses: actions/checkout@v3 - name: Install package dependencies run: "[ -e $APT_DEPS ] || sudo apt-get install -y --no-install-recommends $APT_DEPS" @@ -50,10 +51,10 @@ with: fetch-depth: 0 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.1 + ruby-version: 3.2 - name: Install latest bundler run: gem install bundler --no-document - name: Install Diffend plugin run: bundle plugin install diffend - name: Bundle Secure