Skip to content

Commit

Permalink
Update Ruby versions used in testing (#7059)
Browse files Browse the repository at this point in the history
Update Ruby vers in testing
  • Loading branch information
lildude authored Sep 26, 2024
1 parent ab4a0fc commit f164d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.2', '3.1', '3.0' ]

This comment was marked as spam.

This comment was marked as spam.

Copy link
@Sirioga2

Sirioga2 Nov 19, 2024

Yyyuhvfbnnn

ruby: [ '3.3', '3.2', '3.1' ]
steps:
- uses: actions/checkout@v1
- name: Set up Ruby
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'

This comment was marked as spam.

ruby-version: '3.3'
bundler-cache: true

This comment was marked as spam.

Copy link
@Sirioga2

Sirioga2 Nov 19, 2024

Jgcjkbvbttt

- name: Build
run: bundle exec rake samples
Expand Down

0 comments on commit f164d13

Please sign in to comment.