Skip to content

Commit 2751b73

Browse files
committed
CI: Add Ruby 3.3 to test matrix
Ruby 3.3.0 has been released on 25 Dec 2023. -- https://www.ruby-lang.org/en/downloads/releases/
1 parent df30a8f commit 2751b73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
os: [ "ubuntu-22.04", "macos-15-intel" ] # , windows-latest ]
27-
ruby-version: [ "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2" ]
27+
ruby-version: [ "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "3.3" ]
2828

2929
name: Ruby ${{ matrix.ruby-version }} on OS ${{ matrix.os }}
3030
steps:

0 commit comments

Comments
 (0)