From 18f2847dc1cb93a5331e56b0214a553bef7a57d3 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sun, 29 Sep 2024 07:14:20 -0500 Subject: [PATCH] Add test for older windows. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dfb93321..6b1b9c38 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: name: Build and test on Windows strategy: matrix: - os: [ windows-latest, windows-2019 ] + os: [ windows-latest, windows-2019, windows-2017 ] runs-on: ${{ matrix.os }} steps: - name: Checkout the repository