Skip to content

Commit

Permalink
Run new Rubies (3.1..3.3) in CI (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
okuramasafumi authored Jan 11, 2024
1 parent ff93774 commit d7331c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [2.5, 2.6, 2.7, 3.0]
ruby-version: [2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3]

steps:
- uses: actions/checkout@v2
Expand All @@ -25,4 +25,4 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake
run: bundle exec rake

0 comments on commit d7331c2

Please sign in to comment.