Skip to content

Commit

Permalink
ci: improve OS coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
jerome-benoit committed Dec 1, 2024
1 parent 04b63cb commit 222d236
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: QA
on:
push:
branches: [main]
Expand All @@ -8,16 +8,20 @@ on:
branches: [main]

jobs:
short:
runs-on: ubuntu-latest
qa:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
node-version:
- 18
- 20
- 22
- latest
name: Node.js ${{ matrix.node-version }} Quick
name: Node.js ${{ matrix.node-version }} QA on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 222d236

Please sign in to comment.