Skip to content

Commit 44777a6

Browse files
committed
Add Ruby 3.2 and 3.3 in CI
1 parent fb9b186 commit 44777a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [ubuntu-latest, macos-11, windows-2022]
13-
ruby: [ '2.5', '2.6', '2.7', '3.0', '3.1', head]
13+
ruby: [ '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', head]
1414
include:
1515
- { os: windows-2022 , ruby: mswin }
1616
steps:

0 commit comments

Comments
 (0)