Skip to content

Commit

Permalink
github-workflows: add ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Jan 13, 2024
1 parent 2429295 commit aa45a24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
- jruby-9.3
- jruby-9.4
fail-fast: false
Expand Down Expand Up @@ -54,8 +55,8 @@ jobs:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
fail-fast: false
continue-on-error: ${{ matrix.ruby == '3.2' }}
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit aa45a24

Please sign in to comment.