Add more go versions to the test matrix

This commit is contained in:
sentriz
2020-07-12 16:54:09 +01:00
parent 1d6dec9635
commit d2ffa211ef

View File

@@ -8,7 +8,7 @@ jobs:
test: test:
strategy: strategy:
matrix: matrix:
go-version: [1.13.x, 1.14.x] go-version: [1.12.x, 1.13.x, 1.14.x]
platform: [ubuntu-latest] platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}
steps: steps: