From 1540b6b640ad5a75ccb7cac966897dfc8981b518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 17 Mar 2022 14:45:46 +0100 Subject: [PATCH] github: Update test matrix to 1.17.x, 1.18.x --- .github/workflows/test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 912e19a..ac78383 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,10 +1,13 @@ -on: [push, pull_request] +on: + push: + branches: [ main ] + pull_request: name: Test jobs: test: strategy: matrix: - go-version: [1.15.x] + go-version: [1.17.x, 1.18.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: