Skip to content

Commit 25029e6

Browse files
committed
update ruby versions for CI
1 parent ecd9bc5 commit 25029e6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '3.2.2'
17+
- '3.3.8'
18+
- '3.4.4'
1819

1920
steps:
2021
- uses: actions/checkout@v4
@@ -24,6 +25,6 @@ jobs:
2425
ruby-version: ${{ matrix.ruby }}
2526
bundler-cache: true
2627
cargo-cache: true
27-
rubygems: '3.5.6'
28+
rubygems: '3.6.9'
2829
- name: Run the default task
2930
run: bundle exec rake

0 commit comments

Comments
 (0)