Skip to content

Commit

Permalink
Drop deprecated ruby version support
Browse files Browse the repository at this point in the history
  • Loading branch information
wkirby committed Oct 11, 2024
1 parent 6fc8702 commit b170de1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: ['2.7.2', '3.0', 3.1, 3.2]
ruby: [3.1, 3.2, 3.3]
env:
RUBY_VERSION: ${{ matrix.ruby }}
steps:
Expand Down

0 comments on commit b170de1

Please sign in to comment.