mirror of https://github.com/gofiber/fiber.git
github/workflows: also run tests with Go 1.19.x (#2384)
parent
2f591c991d
commit
c6e86ac906
|
@ -17,7 +17,7 @@ jobs:
|
|||
Build:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.17.x, 1.18.x, 1.20.x]
|
||||
go-version: [1.17.x, 1.18.x, 1.19.x, 1.20.x]
|
||||
platform: [ubuntu-latest, windows-latest, macos-latest]
|
||||
runs-on: ${{ matrix.platform }}
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue