Skip to content

Commit 87026c4

Browse files
committed
ci
1 parent dce3350 commit 87026c4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ on:
88
pull_request:
99

1010
jobs:
11-
build:
12-
runs-on: ubuntu-latest
11+
test:
12+
runs-on: ${{ matrix.os }}
1313
name: Ruby ${{ matrix.ruby }}
1414
strategy:
15+
fail-fast: false
1516
matrix:
16-
ruby:
17-
- '3.4.2'
17+
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
18+
ruby-version: ['3.2', '3.3', '3.4']
1819

20+
name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }}
1921
steps:
2022
- uses: actions/checkout@v4
2123
- name: Set up Ruby

0 commit comments

Comments
 (0)