Skip to content

Commit

Permalink
Update Ruby versions used for testing (#6423)
Browse files Browse the repository at this point in the history
2.6 and 2.7 are now EoL and 3.2 has been released.
  • Loading branch information
lildude committed May 24, 2023
1 parent 625539a commit fc31785
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 @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '3.1', '3.0', '2.7', '2.6' ]
ruby: [ '3.2', '3.1', '3.0' ]
steps:
- uses: actions/checkout@v1
- name: Set up Ruby
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.2'
bundler-cache: true
- name: Build
run: bundle exec rake samples
Expand Down

0 comments on commit fc31785

Please sign in to comment.