Skip to content

Commit

Permalink
Test on Ruby 3.1 and 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Jul 25, 2023
1 parent cd4e7bb commit dc1cf96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -13,10 +13,12 @@ jobs:
- ruby-2.6
- ruby-2.7
- ruby-3.0
- ruby-3.1
- ruby-3.2
- jruby-9.2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit dc1cf96

Please sign in to comment.