Skip to content

Commit

Permalink
Run tests on some additional Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Sep 7, 2023
1 parent 3c0fda5 commit c7e1f86
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,21 @@ jobs:
fail-fast: false
matrix:
ruby:
- ruby-2.0
- ruby-2.1
- ruby-2.2
# - 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@v2
Expand Down

0 comments on commit c7e1f86

Please sign in to comment.