Skip to content

Commit d8ccf5b

Browse files
committed
begin testing on ruby 3, drop support for 2.6
1 parent c2171c6 commit d8ccf5b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
uses: actions/cache@v2.1.3
1919
with:
2020
path: vendor/bundle
21-
key: 2.6.5
21+
key: 2.7.8
2222

2323
- name: Setup Ruby
2424
uses: ruby/setup-ruby@v1.59.1
2525
with:
26-
ruby-version: 2.6.5
26+
ruby-version: 2.7.8
2727

2828
- name: Install dependencies
2929
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
ruby: ['2.6', '2.7'] # TODO add 3.0 compat , '3.0']
15+
ruby: ['2.7', '3.0']
1616
name: Run specs with ruby ${{ matrix.ruby }}
1717
steps:
1818
- uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Once your the exporter has run, a download icon will appear on the exporters men
182182

183183
## Compatibility
184184

185-
* Ruby 2.6 or 2.7 is required
185+
* Ruby 2.7 or newer is required
186186
* Hyrax 2.3 or newer is required
187187

188188
## Contributing

0 commit comments

Comments
 (0)