diff options
| author | 2024-09-29 07:14:20 -0500 | |
|---|---|---|
| committer | 2024-09-29 07:14:31 -0500 | |
| commit | 18f2847dc1cb93a5331e56b0214a553bef7a57d3 (patch) | |
| tree | 735b30d00d3e140f2ce98886b94aba3305921a4b /.github | |
| parent | Merge pull request #1510 from sogaiu/badge-swap (diff) | |
Add test for older windows.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
