Skip to content

Commit

Permalink
drop support for Ruby < 2.7, add 3.2 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsding committed Nov 21, 2023
1 parent 89fbb49 commit 716aa4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.3', '2.7', '3.0', '3.1']
ruby-version: ['2.7', '3.0', '3.1', '3.2']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ your default settings with a user configuration file and let those be overridden
by environment variables. The query interface allows to group and nest your configuration options
to a practically unlimited level.

Configurate supports Ruby 2.3 or later.
Configurate supports Ruby 2.7 or later.

## Installation

Expand Down

0 comments on commit 716aa4e

Please sign in to comment.