Skip to content

Commit

Permalink
👷 deprecate support for Ruby 2.7 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
alaz authored Nov 20, 2023
1 parent 624011f commit 3312503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ jruby, 2.7, 3.0, 3.1, 3.2 ]
ruby: [ jruby, 3.0, 3.1, 3.2 ]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.3
3.0.6

0 comments on commit 3312503

Please sign in to comment.