Skip to content

Commit

Permalink
Merge pull request #43 from gofiber/test-updates
Browse files Browse the repository at this point in the history
Add go 1.20 to test matrix
  • Loading branch information
ReneWerner87 authored Mar 28, 2023
2 parents efd1489 + 735fee6 commit 6abfb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
Tests:
strategy:
matrix:
go-version: [1.18.x, 1.19.x]
go-version: [1.18.x, 1.19.x, 1.20.x]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 6abfb4e

Please sign in to comment.