Skip to content

Commit

Permalink
Add Ruby 3.3 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nakamura145 committed Feb 1, 2024
1 parent f811b2d commit 5ee0982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu]
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', head, jruby, jruby-head, truffleruby, truffleruby-head]
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', head, jruby, jruby-head, truffleruby, truffleruby-head]
include:
- { os: macos , ruby: '2.5' }
- { os: windows, ruby: '2.5' }
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos]
ruby: ['3.1', '3.2', head]
ruby: ['3.1', '3.2', '3.3', head]
runs-on: ${{ matrix.os }}-latest
continue-on-error: true
steps:
Expand Down

0 comments on commit 5ee0982

Please sign in to comment.