Skip to content

Commit a38e4e3

Browse files
authored
Merge pull request #22 from DopplerHQ/emily/test-runner-images
Add additional images to test matrix
2 parents 5351693 + c9a5da7 commit a38e4e3

1 file changed

Lines changed: 23 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Test
2-
on: [push]
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- master
37

48
permissions:
59
contents: read
@@ -9,12 +13,28 @@ jobs:
913
runs-on: ${{ matrix.os }}
1014
strategy:
1115
matrix:
12-
os: [ubuntu-latest, macos-latest, windows-latest]
16+
os:
17+
- ubuntu-latest
18+
- ubuntu-24.04
19+
- ubuntu-22.04
20+
- ubuntu-24.04-arm
21+
- ubuntu-22.04-arm
22+
- macos-latest
23+
- macos-26
24+
- macos-26-intel
25+
- macos-15-intel
26+
- macos-15
27+
- macos-14-large
28+
- macos-14
29+
- windows-latest
30+
- windows-2025
31+
- windows-2022
32+
- windows-11-arm
1333
name: Install the cli
1434
steps:
1535
- name: Checkout
1636
uses: actions/checkout@v6
17-
- uses: actions/setup-node@v4
37+
- uses: actions/setup-node@v6
1838
- name: Install CLI
1939
uses: ./
2040
id: install

0 commit comments

Comments
 (0)