Skip to content

Commit

Permalink
ci(rspec): add os matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-rom committed Dec 30, 2021
1 parent f2f6243 commit 2a03df9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
ruby: [ '2.5', '2.6', '3.0', '3.1' ]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2a03df9

Please # to comment.