Skip to content

Commit

Permalink
chore: Test with Ruby 3.3 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvdvleuten committed Jan 30, 2024
1 parent 4115255 commit 3172819
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ["3.2", "3.1", "3.0"]
runs-on: ubuntu-latest
ruby: ["3.3", "3.2", "3.1", "3.0"]
name: Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 3172819

Please sign in to comment.