Skip to content

Commit 34ef086

Browse files
authored
Merge pull request #35 from ResearchObject/ruby-bump
Bump Ruby version & test against 3.3
2 parents c134952 + a1da4ce commit 34ef086

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
ruby: ['2.6', '2.7', '3.0', '3.1']
8+
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
99
fail-fast: false
1010
steps:
1111
- name: Checkout

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-3.0.4
1+
ruby-3.2.5

0 commit comments

Comments
 (0)