Skip to content

Commit

Permalink
Run on Ruby 3.3, 3.2 + 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Mar 29, 2024
1 parent 45093d1 commit d72342c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ jobs:
build:
strategy:
matrix:
ruby_version: [2.6.x, 2.5.x, 2.4.x]
ruby_version: [3.3.x, 3.2.x, 3.1.x]

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby
with:
ruby-version: ${{ matrix.ruby_version }}

Expand Down

0 comments on commit d72342c

Please sign in to comment.