Skip to content

Commit

Permalink
Update test.yaml (#175)
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Fabry <ondrej@fabry.dev>
  • Loading branch information
ondrej-fabry authored Dec 28, 2023
1 parent d04836a commit 304bc5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ jobs:
matrix:
version:
- 'master'
- '2310'
- '2306'
- '2302'
- '2210'

steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "Setup Go"
uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.21'
- name: "Run Tests"
run: |
make test-integration

0 comments on commit 304bc5b

Please sign in to comment.