Skip to content

Commit

Permalink
drop support for ruby 2.7, add 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
olbrich committed Sep 25, 2023
1 parent d6fbde9 commit 807f745
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2', 'jruby-9.4']
ruby: ['3.0', '3.1', '3.2', '3.3', 'jruby-9.4']
env:
BUNDLE_WITHOUT: optional
steps:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.7
3.0.6
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
java adoptopenjdk-18.0.1+10
ruby 2.7.7
ruby 3.0.6

0 comments on commit 807f745

Please sign in to comment.