Skip to content

Commit 6779184

Browse files
committed
Update test workflow
1 parent 909a5c5 commit 6779184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test:
1010
strategy:
1111
matrix:
12-
go-version: [1.20.x, 1.19.x, 1.18.x, 1.17.x, 1.16.x, 1.15.x, 1.14.x, 1.13.x]
12+
go-version: ["stable", "oldstable", 1.19.x, 1.18.x, 1.17.x, 1.16.x, 1.15.x, 1.14.x, 1.13.x]
1313
platform: [ubuntu-latest, macos-latest, windows-latest]
1414

1515
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)