Skip to content

Commit

Permalink
Merge pull request #18 from colpal/expand-tests
Browse files Browse the repository at this point in the history
Expand workflow testing
  • Loading branch information
nafarlee authored Jan 6, 2025
2 parents dbe4968 + 8604d49 commit 583dba1
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,27 @@
jobs:
main:
strategy:
fail-fast: false
matrix:
exclude:
- os: macos-latest
yq-version: "0.1"
yq-version:
- 4.30.6
- 4.44.6
- 3.4.1
- 2.4.1
- 1.15.0
- "0.1"
os:
- windows-latest
- ubuntu-latest
- macos-latest
- ubuntu-24.04
- ubuntu-22.04
- ubuntu-20.04
- windows-2025
- windows-2022
- windows-2019
- macos-13
- macos-14
- macos-15
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 583dba1

Please sign in to comment.