mirror of https://github.com/gofiber/fiber.git
Update testing.yml
parent
2c8185f6c9
commit
b45b543376
|
@ -4,8 +4,10 @@ jobs:
|
||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
# go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x]
|
||||||
|
# platform: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x]
|
go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x]
|
||||||
platform: [ubuntu-latest, windows-latest, macos-latest]
|
platform: [ubuntu-latest, windows-latest]
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
|
|
Loading…
Reference in New Issue