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 26, 2023
1 parent 54cb3e6 commit 0af0eb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: 3.3
gemfile: Gemfile
- ruby: 3.2
gemfile: Gemfile
- ruby: 3.1
Expand All @@ -16,7 +18,7 @@ jobs:
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
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 0af0eb2

Please sign in to comment.