Skip to content

Commit

Permalink
begin testing on ruby 3, drop support for 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dunn committed Oct 30, 2023
1 parent 8abf0d7 commit 8b53960
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b53960

Please sign in to comment.