Skip to content

Commit 031911a

Browse files
committed
Add Ruby 3.2 to CI
1 parent 3c42db6 commit 031911a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
ruby: ["3.1", "3.0", "2.7", "2.6", "2.5", "jruby-9.3.6.0"]
36+
ruby: ["3.2", "3.1", "3.0", "2.7", "2.6", "2.5", "jruby-9.3.6.0"]
3737
runs-on: ubuntu-latest
3838
env:
3939
LOW_TIMEOUT: "0.01"

0 commit comments

Comments
 (0)