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 Apr 9, 2024
1 parent de56cab commit 311a6eb
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-latest, macos-latest ] # , 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 311a6eb

Please sign in to comment.