Skip to content

Commit 7a8ae6c

Browse files
committed
Only test supported versions 1.21-1.23
1 parent b410b89 commit 7a8ae6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
go: [ '1.13', '1.15', '1.16', '1.17', '1.18', '1.19' ]
8+
go: [ '1.21', '1.22', '1.23' ]
99
os: [ ubuntu-latest, macos-latest, windows-latest ]
1010
fail-fast: false
11-
11+
1212
name: Test suite
1313
runs-on: ${{ matrix.os }}
1414

0 commit comments

Comments
 (0)