.github/workflows/coverage.yml in contracted_value-0.1.1 vs .github/workflows/coverage.yml in contracted_value-0.1.2

- old
+ new

@@ -22,19 +22,19 @@ fail-fast: false matrix: os: - ubuntu-latest ruby: - - "2.7" + - "3.2" gemfile: - - gemfiles/contracts_16_0.gemfile + - gemfiles/contracts_17_0.gemfile env: BUNDLE_GEMFILE: ${{ matrix.gemfile }} COVERALLS: true runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}