diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d8290c..f9d44fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,12 +12,12 @@ jobs: fail-fast: false matrix: os: [ubuntu-20.04, ubuntu-latest] - ruby: ['2.1.9', '2.2.6', '2.3.8' ] + ruby: ['2.1.9', '2.2.10', '2.3.8' ] include: - ruby: '2.1.9' rack_version: '1.6.13' redis_rb_version: '3.3.5' - - ruby: '2.2.6' + - ruby: '2.2.10' rack_version: '2.1.4.3' redis_rb_version: '4.1.1' - ruby: '2.3.8'