Skip to content

Commit

Permalink
feat(CI): Add Ruby 3.2/3.3 to the test matrix (#402)
Browse files Browse the repository at this point in the history
Merge pull request 402
  • Loading branch information
Rotzbua committed Jan 7, 2024
1 parent 7d9c3a4 commit d9f04a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0', '3.1']
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit d9f04a7

Please sign in to comment.