Skip to content

Commit

Permalink
Merge pull request #410 from kpfleming/expand-test-coverage
Browse files Browse the repository at this point in the history
Expand test coverage in CI.
  • Loading branch information
kpfleming authored Jul 21, 2024
2 parents 5631caa + 9c2d83a commit d84cdcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
strategy:
matrix:
platform: [ubuntu-20.04, windows-2022, macos-14]
platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2022, macos-12, macos-13, macos-14]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
trap-test:
strategy:
matrix:
platform: [ubuntu-20.04, windows-2022, macos-14]
platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2022, macos-12, macos-13, macos-14]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
Expand Down

0 comments on commit d84cdcb

Please sign in to comment.