Skip to content

Commit 916b287

Browse files
committed
Test against LTS, drop some 1.6 tests
1 parent 15932ab commit 916b287

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
version:
26-
- '1.6'
26+
- 'lts'
2727
- '1'
2828
- 'nightly'
2929
os:
@@ -36,6 +36,9 @@ jobs:
3636
- version: '1'
3737
os: ubuntu-latest
3838
arch: x86
39+
- version: '1.6'
40+
os: ubuntu-latest
41+
arch: x64
3942
- version: '1.7'
4043
os: ubuntu-latest
4144
arch: x64

0 commit comments

Comments
 (0)