mirror of https://github.com/gogs/gogs.git
github: add Go 1.15 to CI (#6294)
parent
a22fd01959
commit
cf216f12a1
|
@ -21,7 +21,7 @@ jobs:
|
|||
name: Test
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.14.x]
|
||||
go-version: [1.14.x, 1.15.x]
|
||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue