mirror of
https://github.com/janet-lang/janet
synced 2025-02-07 12:30:01 +00:00
Add test for older windows.
This commit is contained in:
parent
89b7ff9daf
commit
18f2847dc1
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
name: Build and test on Windows
|
name: Build and test on Windows
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ windows-latest, windows-2019 ]
|
os: [ windows-latest, windows-2019, windows-2017 ]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
|
Loading…
x
Reference in New Issue
Block a user