Skip to content

Commit

Permalink
Merge pull request #35 from ResearchObject/ruby-bump
Browse files Browse the repository at this point in the history
Bump Ruby version & test against 3.3
  • Loading branch information
fbacall authored Sep 13, 2024
2 parents c134952 + a1da4ce commit 34ef086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.6', '2.7', '3.0', '3.1']
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
fail-fast: false
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.0.4
ruby-3.2.5

0 comments on commit 34ef086

Please sign in to comment.