Skip to content

Commit f164d13

Browse files
authored
Update Ruby versions used in testing (#7059)
Update Ruby vers in testing
1 parent ab4a0fc commit f164d13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
ruby: [ '3.2', '3.1', '3.0' ]
22+
ruby: [ '3.3', '3.2', '3.1' ]
2323
steps:
2424
- uses: actions/checkout@v1
2525
- name: Set up Ruby
@@ -57,7 +57,7 @@ jobs:
5757
- name: Set up Ruby
5858
uses: ruby/setup-ruby@v1
5959
with:
60-
ruby-version: '3.2'
60+
ruby-version: '3.3'
6161
bundler-cache: true
6262
- name: Build
6363
run: bundle exec rake samples

0 commit comments

Comments
 (0)