Skip to content

Commit

Permalink
Run CI on more Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Sep 6, 2023
1 parent 295fdf3 commit ffbdee0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -8,14 +8,21 @@ jobs:
fail-fast: false
matrix:
ruby:
- ruby-2.0
- ruby-2.1
- ruby-2.2
- ruby-2.3
- ruby-2.4
- ruby-2.5
- ruby-2.6
- ruby-2.7
- ruby-3.0
- ruby-3.1
- ruby-3.2
- jruby-9.1
- jruby-9.2
- jruby-9.3
- jruby-9.4
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ffbdee0

Please sign in to comment.