Skip to content

Commit b41f9dd

Browse files
author
LuizFCDuarte
committed
👷 Update CI configuration
1 parent 710b392 commit b41f9dd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,16 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
include:
25-
- version: '1'
25+
- version: '1' # The latest point-release (Linux)
2626
os: ubuntu-latest
2727
arch: x64
28-
- version: '1.6'
28+
- version: '1' # The latest point-release (Windows)
29+
os: windows-latest
30+
arch: x64
31+
- version: '1.6' # 1.6 LTS (64-bit Linux)
2932
os: ubuntu-latest
3033
arch: x64
31-
- version: '1.6'
34+
- version: '1.6' # 1.6 LTS (32-bit Linux)
3235
os: ubuntu-latest
3336
arch: x86
3437
steps:

0 commit comments

Comments
 (0)