From 5ab96ca1de355028124331ba620639527a36bc12 Mon Sep 17 00:00:00 2001 From: Juan Calderon-Perez <835733+gaby@users.noreply.github.com> Date: Sat, 27 Jan 2024 00:16:58 -0500 Subject: [PATCH] Add platforms to CI Verify if tests can run on different platforms --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4882407..f224dba 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,10 +18,12 @@ jobs: strategy: matrix: go-version: - - oldstable - - stable + - 1.20.x + - 1.21.x platform: - ubuntu-latest + - windows-latest + - macos-latest runs-on: ${{ matrix.platform }} steps: - name: Fetch Repository