Skip to content

Commit 54bcf65

Browse files
committed
Update GitHub Actions to run specs on Windows on all supported Rubies
1 parent 1f1ad04 commit 54bcf65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
strategy:
8787
fail-fast: false
8888
matrix:
89-
ruby: [2.6, 2.7, "3.0"]
89+
ruby: [2.6, 2.7, "3.0", "3.1", "3.2"]
9090

9191
runs-on: windows-latest
9292

0 commit comments

Comments
 (0)