github: Add latest version (#40)

This commit is contained in:
Dong-hee Na 2020-02-11 11:19:25 +09:00 committed by GitHub
parent c9ea1a6596
commit 3496d08ef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
on: [pull_request] on: [push, pull_request]
name: goimagehash workflow name: goimagehash workflow
jobs: jobs:
test: test:
strategy: strategy:
matrix: matrix:
go-version: [1.6.x, 1.7.x, 1.8.x, 1.9.x, 1.10.x] go-version: [1.6.x, 1.7.x, 1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12.x, 1.13.x]
platform: [ubuntu-latest] platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}
steps: steps: