Skip to content

Commit 0aba7a7

Browse files
committed
[master] Use Ruby 3.2 for integration and gem release
1 parent 1bb5703 commit 0aba7a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: ruby/setup-ruby@v1
1414
with:
15-
ruby-version: 3.1
15+
ruby-version: 3.2
1616
bundler-cache: true
1717
- name: Run integration tests
1818
run: bundle exec rake spec

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v3
20-
- name: Set up Ruby 2.6
20+
- name: Set up Ruby 3.2
2121
uses: actions/setup-ruby@v1
2222
with:
23-
ruby-version: 2.6.x
23+
ruby-version: 3.2
2424

2525
- name: Publish to GPR
2626
if: contains(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)