Skip to content

Commit

Permalink
Forgot to nest matrix in strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
tannermiller-wf committed Sep 13, 2023
1 parent 81f5962 commit 60d75cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ permissions:
jobs:
Tests:
runs-on: ubuntu-latest
matrix:
go: [ '1.15', 'stable' ]
strategy:
matrix:
go: [ '1.15', 'stable' ]
name: Tests on Go ${{ matrix.go }}
steps:
- name: Checkout Repo
Expand Down

0 comments on commit 60d75cb

Please sign in to comment.