Skip to content

Commit

Permalink
Merge pull request #17 from colpal/ensure-test-includes-version
Browse files Browse the repository at this point in the history
Ensure test includes version
  • Loading branch information
nafarlee authored Feb 27, 2024
2 parents a089ae1 + 8bcbe4e commit 1ec608e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,11 @@ jobs:
main:
strategy:
matrix:
exclude:
- os: macos-latest
yq-version: "0.1"
yq-version:
- 4.30.6
- 3.4.1
- 2.4.1
- 1.15.0
- "0.1"
os:
- windows-latest
- ubuntu-latest
Expand All @@ -31,4 +27,6 @@ jobs:
with:
yq-version: ${{ matrix.yq-version }}

- run: yq --version
- run: yq --version | grep -qF "$YQ_VERSION"
env:
YQ_VERSION: ${{ matrix.yq-version }}

0 comments on commit 1ec608e

Please sign in to comment.