Skip to content

Commit

Permalink
CI: Add Ruby 3.3 to test matrix
Browse files Browse the repository at this point in the history
Ruby 3.3.0 has been released on 25 Dec 2023.

-- https://www.ruby-lang.org/en/downloads/releases/
  • Loading branch information
amotl committed Jan 17, 2025
1 parent b3d8951 commit 95f355a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
os: [ "ubuntu-22.04", "macos-13" ] # , windows-latest ]
ruby-version: [ "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2" ]
ruby-version: [ "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "3.3" ]

name: Ruby ${{ matrix.ruby-version }} on OS ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 95f355a

Please sign in to comment.