Skip to content

Commit

Permalink
Remove redundant Ruby 3.2 from the CI matrix
Browse files Browse the repository at this point in the history
The CI matrix already includes 3.2 via the `ruby` version specifier
(which always uses the latest stable version), so it’s not necessary to
also test 3.2 explicitly until it’s no longer the latest stable version.
  • Loading branch information
rgrove committed Jan 1, 2023
1 parent 528e65c commit 21436df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- jruby
- ruby
- ruby-head
Expand Down

0 comments on commit 21436df

Please sign in to comment.