Skip to content

Commit 1ff7aff

Browse files
committed
Update CI workflow to include Ruby 4.0 in testing matrix
1 parent 035010a commit 1ff7aff

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,16 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: [ubuntu-latest, macos-latest]
13-
ruby: ['3.1', '3.2', '3.3', '3.4', 'head']
12+
os:
13+
- ubuntu-latest
14+
- macos-latest
15+
ruby:
16+
- '3.1'
17+
- '3.2'
18+
- '3.3'
19+
- '3.4'
20+
- '4.0'
21+
- 'head'
1422
runs-on: ${{ matrix.os }}
1523
name: Ruby ${{ matrix.ruby }} / ${{ matrix.os }}
1624
steps:

0 commit comments

Comments
 (0)