Skip to content

Commit

Permalink
Add Ruby 3.3 to the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Jan 19, 2024
1 parent b158efc commit d57d85a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu]
ruby: ['2.7', '3.0', '3.1', '3.2', head, jruby, jruby-head, truffleruby, truffleruby-head]
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', head, jruby, jruby-head, truffleruby, truffleruby-head]
include:
- os: macos
ruby: '3.0'
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install and set up ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.2'
bundler-cache: true

- name: Run isolated tests
Expand All @@ -60,7 +60,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 d57d85a

Please sign in to comment.