.github/workflows/ci.yml in sidekiq-limit_fetch-4.1.0 vs .github/workflows/ci.yml in sidekiq-limit_fetch-4.2.0
- old
+ new
@@ -12,11 +12,11 @@
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
- ruby: ["2.6", "2.7", "3.0", "3.1", jruby-9.3]
- appraisal: ['5.0', '5.1', '5.2', '6.0', '6.1', '6.2', '6.3', '6.4']
+ ruby: ["2.7", "3.0", "3.1"]
+ appraisal: ['6.0', '6.1', '6.2', '6.3', '6.4', '6.5', 'master']
services:
redis:
image: redis
options: >-
--health-cmd "redis-cli ping"