Skip to content

Commit ab19f9b

Browse files
committed
update ruby versions for workflows
1 parent 4d7fe61 commit ab19f9b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup Ruby
4949
uses: ruby/setup-ruby@v1
5050
with:
51-
ruby-version: "3.0"
51+
ruby-version: 3.3
5252

5353
- name: Update Gem Version
5454
run: sed -i "s/VERSION = '.*'/VERSION = '$GEM_VERSION'/g" lib/bandwidth-sdk/version.rb

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04]
35-
ruby-version: [2.7, 3.0, 3.1, 3.2, 3.3]
35+
ruby-version: [3.0, 3.1, 3.2, 3.3, 3.4]
3636
fail-fast: false
3737
steps:
3838
- name: Checkout

.github/workflows/test-smoke.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
- name: Set up Ruby
4141
uses: ruby/setup-ruby@v1
4242
with:
43-
ruby-version: 3.2
43+
ruby-version: 3.3
4444

4545
- name: Install Packages and Test
4646
run: |
4747
bundle install
4848
rake smoke
4949
env:
50-
RUBY_VERSION: 3.2
50+
RUBY_VERSION: 3.3
5151
OPERATING_SYSTEM: ubuntu
5252
shell: bash
5353

0 commit comments

Comments
 (0)