Skip to content

Commit c17eeaf

Browse files
committed
massive CI for v0.1.4
1 parent f878e2a commit c17eeaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
# - '1.10' # LTS
20+
- '1.10' # LTS
2121
- '1' # Current stable release
2222
- '~1.12.0-0'
2323
# - '~1.13.0-0'
2424
- 'nightly'
2525
os:
26-
# - ubuntu-latest
26+
- ubuntu-latest
2727
- macOS-latest
28-
# - windows-latest
28+
- windows-latest
2929
arch:
30-
# - x64
30+
- x64
3131
- aarch64
3232
exclude:
3333
- os: ubuntu-latest

0 commit comments

Comments
 (0)