File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -318,6 +318,12 @@ jobs:
318
318
- image : ruby:3.1-alpine
319
319
version : ' 3.1'
320
320
libc : musl
321
+ - image : ruby:3.2
322
+ version : ' 3.2'
323
+ libc : gnu
324
+ - image : ruby:3.2-alpine
325
+ version : ' 3.2'
326
+ libc : musl
321
327
name : Test (ruby) (${{ matrix.container.version }}, ${{ matrix.platform }}, ${{ matrix.container.libc }})
322
328
needs : build-ruby
323
329
runs-on : ubuntu-20.04
@@ -400,6 +406,7 @@ jobs:
400
406
- ' 2.7'
401
407
- ' 3.0'
402
408
- ' 3.1'
409
+ - ' 3.2'
403
410
platform :
404
411
- amd64
405
412
# arm64
@@ -419,6 +426,9 @@ jobs:
419
426
- version : ' 3.1'
420
427
platform : ' arm64'
421
428
libc : ' gnu'
429
+ - version : ' 3.2'
430
+ platform : ' arm64'
431
+ libc : ' gnu'
422
432
name : Test (linux)
423
433
needs : build-linux
424
434
runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments