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 2e5faf6 commit 2afa641
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- ruby-2.0
- ruby-2.1
- ruby-2.2
- ruby-2.3
Expand All @@ -20,6 +21,8 @@ jobs:
- 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 2afa641

Please sign in to comment.