Skip to content

Commit 8e5279d

Browse files
Enable testing of prereleases (#797)
1 parent 736a3ac commit 8e5279d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- version: "1.12" # minimum version supported
2121
os: ubuntu-latest
2222
arch: x64
23-
# - version: "1.13-nightly" # next release
24-
# os: ubuntu-latest
25-
# arch: x64
23+
- version: "pre" # next release
24+
os: ubuntu-latest
25+
arch: x64
2626
- version: "nightly" # nightly
2727
os: ubuntu-latest
2828
arch: x64

0 commit comments

Comments
 (0)