Skip to content

Commit 3b00576

Browse files
Adds Ruby 3.2 to the CI matrix
1 parent 2e57934 commit 3b00576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
ruby: ["2.7", "3.0", "3.1"]
22+
ruby: ["2.7", "3.0", "3.1", "3.2"]
2323
steps:
2424
- uses: actions/checkout@v3
2525
- run: rm Gemfile.lock

0 commit comments

Comments
 (0)