Skip to content

Commit

Permalink
update ruby version matrix to drop 2.4, 2.5 and add 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDKelley committed Jan 6, 2023
1 parent 1d1b628 commit ec5c88a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ jobs:
- macos

ruby:
- 2.4
- 2.5
- 2.6
- 2.7
- "3.0" # quotes ensure this isn't misinterpreted as Integer 3: https://github.com/actions/runner/issues/849
- 3.1
- 3.2

experimental: [false]
env: [""]
Expand Down

0 comments on commit ec5c88a

Please sign in to comment.