Skip to content

Commit 311a6eb

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 de56cab commit 311a6eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ ubuntu-latest, macos-latest ] # , windows-latest ]
22-
ruby-version: [ "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2" ]
22+
ruby-version: [ "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "3.3" ]
2323

2424
name: Ruby ${{ matrix.ruby-version }} on OS ${{ matrix.os }}
2525
steps:

0 commit comments

Comments
 (0)