1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-23 10:03:45 +00:00

Update test.yml

This commit is contained in:
Fenny 2020-04-23 22:20:40 +02:00
parent c15739ebe4
commit 58e89bfda2

View File

@ -5,7 +5,7 @@ jobs:
strategy: strategy:
matrix: matrix:
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, macos-latest]
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}
steps: steps:
- name: Install Go - name: Install Go