Skip to content

Commit

Permalink
add tests for ruby 3.1 and 3.2 (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Aug 26, 2024
1 parent ad5540a commit 47c259a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
include:
- ruby: "3.0.2"
bundler: "2.3.5"
- ruby: "3.1"
bundler: "2.3.5"
- ruby: "3.2"
bundler: "2.3.5"
runs-on: ubuntu-latest
steps:
- name: checkout
Expand Down

0 comments on commit 47c259a

Please sign in to comment.