Skip to content

Commit

Permalink
Drop testing on 2.2, add testing on 3.2 instead (#52)
Browse files Browse the repository at this point in the history
See ruby/setup-ruby#496 for details
  • Loading branch information
imanel authored Sep 19, 2023
1 parent 950e416 commit 85220ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
matrix:
ruby:
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- "3.0"
- 3.1
- 3.2
- jruby

runs-on: ubuntu-latest
Expand Down

0 comments on commit 85220ab

Please sign in to comment.