diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcaf9bf..8232dec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,12 +4,19 @@ jobs: test: strategy: matrix: - ruby: [2.6, 2.7, 3.0] - redis-version: [4, 5, 6] + ruby: + - 3.0 + - 3.1 + - 3.2 + - head + redis-version: + - 5 + - 6 + - 7 runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, '[skip ci]')" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Ruby ${{ matrix.ruby }} uses: ruby/setup-ruby@v1 @@ -17,11 +24,11 @@ jobs: ruby-version: ${{ matrix.ruby }} - name: Set up Redis ${{ matrix.redis-version }} - uses: supercharge/redis-github-action@1.1.0 + uses: supercharge/redis-github-action@1.5.0 with: redis-version: ${{ matrix.redis-version }} - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: vendor/bundle key: ${{ runner.os }}-${{ matrix.ruby }}-${{ matrix.redis-version }}-gems-${{ hashFiles('**/Gemfile.lock') }} diff --git a/README.md b/README.md index 70b51ad..6d2b162 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ![CI](https://github.com/swiknaba/money-distributed/workflows/CI/badge.svg) # money-distributed + Money gem extension for distributed systems