Skip to content

Commit dcb3894

Browse files
committed
Add Ruby 3.2
1 parent 0fad627 commit dcb3894

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,12 @@ jobs:
318318
- image: ruby:3.1-alpine
319319
version: '3.1'
320320
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
321327
name: Test (ruby) (${{ matrix.container.version }}, ${{ matrix.platform }}, ${{ matrix.container.libc }})
322328
needs: build-ruby
323329
runs-on: ubuntu-20.04
@@ -400,6 +406,7 @@ jobs:
400406
- '2.7'
401407
- '3.0'
402408
- '3.1'
409+
- '3.2'
403410
platform:
404411
- amd64
405412
# arm64
@@ -419,6 +426,9 @@ jobs:
419426
- version: '3.1'
420427
platform: 'arm64'
421428
libc: 'gnu'
429+
- version: '3.2'
430+
platform: 'arm64'
431+
libc: 'gnu'
422432
name: Test (linux)
423433
needs: build-linux
424434
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)