Skip to content

Commit

Permalink
Update ruby versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lhansford committed Sep 30, 2024
1 parent 6e8302b commit e5cf71c
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 @@ -5,11 +5,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.4', '2.5', '2.6', '2.7']
ruby: ['2.4', '2.5', '2.6', '2.7', '3.0', '3.3']
name: Ruby ${{ matrix.ruby }} CI
steps:
- uses: actions/checkout@v4
- uses: actions/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- run: bundle install
Expand Down

0 comments on commit e5cf71c

Please sign in to comment.