Skip to content

Commit

Permalink
Update CI ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
whatthewhat committed Jul 19, 2024
1 parent 7cd45ae commit 79dd925
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 @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['3.2', '3.1', '3.0', '2.7']
ruby: ['3.3', '3.2', '3.1']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 79dd925

Please sign in to comment.