diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7b159b4f7..02964be4c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,12 +18,12 @@ jobs: uses: actions/cache@v2.1.3 with: path: vendor/bundle - key: 2.6.5 + key: 2.7.2 - name: Setup Ruby uses: ruby/setup-ruby@v1.59.1 with: - ruby-version: 2.6.5 + ruby-version: 2.7.2 - name: Install dependencies run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b3cac1e93..dbbac1ac7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: ['2.6', '2.7'] # TODO add 3.0 compat , '3.0'] + ruby: ['2.7', '3.0'] name: Run specs with ruby ${{ matrix.ruby }} steps: - uses: actions/checkout@v2 @@ -24,7 +24,7 @@ jobs: key: ${{ matrix.ruby }} - name: Setup Ruby - uses: ruby/setup-ruby@v1.59.1 + uses: ruby/setup-ruby@v1.159.1 with: ruby-version: ${{ matrix.ruby }} diff --git a/README.md b/README.md index b2cbe4239..3830444c8 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ Once your the exporter has run, a download icon will appear on the exporters men ## Compatibility -* Ruby 2.6 or 2.7 is required +* Ruby 2.7 or newer is required * Hyrax 2.3 or newer is required ## Contributing