diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fd1c1d71..688e020d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: with: ruby-version: "${{ matrix.ruby-version }}" bundler-cache: true - cache-version: 2 + cache-version: 3 - run: sudo apt-get install redis-server - run: bundle exec rake test:activejob @@ -115,7 +115,7 @@ jobs: with: ruby-version: "${{ matrix.ruby-version }}" bundler-cache: true - cache-version: 2 + cache-version: 3 - run: sudo apt-get install redis-server - run: bundle exec rake test:activejob:integration