Skip to content

Commit

Permalink
ci: Run tests with Ruby 3.1, 3.2 and 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nekketsuuu committed Jan 18, 2024
1 parent 03db99a commit 295cebe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- '2.6'
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'
name: Run test with Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 295cebe

Please sign in to comment.