What name do I use instead of '1.8'
in this segment of CI.yml
to get v1.8.0-rc1?
matrix:
version:
- '1.8'
- 'nightly'
os:
- ubuntu-latest
arch:
- x64
What name do I use instead of '1.8'
in this segment of CI.yml
to get v1.8.0-rc1?
matrix:
version:
- '1.8'
- 'nightly'
os:
- ubuntu-latest
arch:
- x64