Skip to content

Commit 31bf22e

Browse files
committed
CI: Run ruby/spec on CRuby 3.2 too
* To ensure 3.2 specs added work fine on CRuby.
1 parent 02cd2d5 commit 31bf22e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
strategy:
243243
fail-fast: false
244244
matrix:
245-
ruby: ['3.0', '3.1']
245+
ruby: ['3.0', '3.1', '3.2']
246246
runs-on: ubuntu-latest
247247
steps:
248248
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)