Skip to content

Commit

Permalink
Test with Ruby 3.3 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Dec 27, 2023
1 parent 1c2cdcb commit 2a1f121
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: 3.3
os: ubuntu-22.04
- ruby: 3.2
os: ubuntu-latest
os: ubuntu-20.04
- ruby: 3.1
os: macos-latest
- ruby: "3.0"
os: windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 2a1f121

Please sign in to comment.