1
0
mirror of https://github.com/taigrr/bitcask synced 2025-01-18 04:03:17 -08:00

ci: add 1.14.x coverage

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
This commit is contained in:
Ignacio Hagopian 2020-04-19 17:18:29 -03:00
parent f943c07b1d
commit 7f7dfd0c00
No known key found for this signature in database
GPG Key ID: 4DC349E20B2AD1BE

View File

@ -9,7 +9,7 @@ jobs:
name: Build and Test name: Build and Test
strategy: strategy:
matrix: matrix:
go-version: [1.12.x, 1.13.x] go-version: [1.12.x, 1.13.x, 1.14.x]
platform: [ubuntu-latest, macos-latest, windows-latest] platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}
steps: steps: