Skip to content

Commit

Permalink
ci: dropping 2.1 & 2.2 support
Browse files Browse the repository at this point in the history
looks like GH actions doesn't support this anymore
  • Loading branch information
iloveitaly committed Jun 11, 2023
1 parent 5470f03 commit b7a5be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [3.2, 3.1, 3.0, 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, 2.1]
ruby-version: [3.2, 3.1, 3.0, 2.7, 2.6, 2.5, 2.4, 2.3]
bundle-tzinfo: [true, false]
env:
BUNDLE_TZINFO: "${{ matrix.bundle-tzinfo }}"
Expand Down

0 comments on commit b7a5be1

Please sign in to comment.