mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
github/workflows: also run tests with Go 1.19.x (#2384)
This commit is contained in:
parent
2f591c991d
commit
c6e86ac906
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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…
x
Reference in New Issue
Block a user