Skip to content

Commit

Permalink
Update test.yml (#434)
Browse files Browse the repository at this point in the history
* Update test.yml

* Update test.yml
  • Loading branch information
arnested authored Sep 1, 2024
1 parent d5d993a commit a691825
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- run: |
test '${{ steps.go-version-1.outputs.minimal }}' == '1.16'
- run: |
test '${{ steps.go-version-1.outputs.latest }}' == '1.22'
test '${{ steps.go-version-1.outputs.latest }}' == '1.23'
- run: |
test '${{ steps.go-version-1.outputs.matrix }}' == '["1.16","1.17","1.18","1.19","1.20","1.21","1.22"]'
test '${{ steps.go-version-1.outputs.matrix }}' == '["1.16","1.17","1.18","1.19","1.20","1.21","1.22","1.23"]'
- uses: ./
id: go-version-2
with:
Expand All @@ -50,11 +50,11 @@ jobs:
- run: |
test '${{ steps.go-version-2.outputs.go-mod-version }}' == '1.16'
- run: |
test '${{ steps.go-version-2.outputs.minimal }}' == '1.21'
test '${{ steps.go-version-2.outputs.minimal }}' == '1.22'
- run: |
test '${{ steps.go-version-2.outputs.latest }}' == '1.22'
test '${{ steps.go-version-2.outputs.latest }}' == '1.23'
- run: |
test '${{ steps.go-version-2.outputs.matrix }}' == '["1.21","1.22"]'
test '${{ steps.go-version-2.outputs.matrix }}' == '["1.22","1.23"]'
- uses: ./
id: go-version-3
with:
Expand All @@ -66,8 +66,8 @@ jobs:
- run: |
test '${{ steps.go-version-3.outputs.go-mod-version }}' == '1.16'
- run: |
test '${{ steps.go-version-3.outputs.minimal }}' == '1.21.13'
test '${{ steps.go-version-3.outputs.minimal }}' == '1.22.6'
- run: |
test '${{ steps.go-version-3.outputs.latest }}' == '1.22.6'
test '${{ steps.go-version-3.outputs.latest }}' == '1.23.0'
- run: |
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.21.13","1.22.6"]'
test '${{ steps.go-version-3.outputs.matrix }}' == '["1.22.6","1.23.0"]'

0 comments on commit a691825

Please sign in to comment.