From a9a3a93761b3bf1a0f3ddeb3d2476d573da66088 Mon Sep 17 00:00:00 2001 From: Alexandra Dunn Date: Mon, 30 Oct 2023 13:03:30 -0700 Subject: [PATCH] begin testing on ruby 3, drop support for 2.6 --- .github/workflows/lint.yml | 6 +++--- .github/workflows/test.yml | 4 ++-- README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7b159b4f7..06aed9f9a 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 + uses: ruby/setup-ruby@v1.159.0 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..4d85e13bb 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.0 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