Add test for older windows.

This commit is contained in:
Calvin Rose
2024-09-29 07:14:31 -05:00
parent 89b7ff9daf
commit 18f2847dc1
+1 -1
View File
@@ -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