Skip to content

Commit

Permalink
More versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dejan committed Jan 4, 2025
1 parent 251532e commit 47aa865
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.5, 2.6, 2.7, '3.0', head, truffleruby, truffleruby-head]
ruby:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'
- head
- truffleruby
- truffleruby-head
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,23 @@ comment.text_html # => '<p>Hey!</p>'

## Development

### Install dependencies

```sh
bundle install
```

### Run Rubocop

```sh
rake rubocop
```

### Run tests

```sh
rake spec
```


## Licence
Expand Down

0 comments on commit 47aa865

Please sign in to comment.