add explicit minor version in CI
This commit is contained in:
parent
246064649a
commit
36950921b9
2
.github/workflows/SnoopCompile.yml
vendored
2
.github/workflows/SnoopCompile.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
matrix:
|
||||
version: # NOTE: the versions below should match those in your botconfig
|
||||
- '1.6'
|
||||
- '1'
|
||||
- '1.7'
|
||||
os: # NOTE: should match the os setting of your botconfig
|
||||
- ubuntu-latest
|
||||
arch:
|
||||
|
||||
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: julia-actions/setup-julia@latest
|
||||
with:
|
||||
version: 1
|
||||
version: '1.7'
|
||||
|
||||
# Setup
|
||||
- name: Ubuntu TESTCMD
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
version:
|
||||
- 'nightly'
|
||||
- '1.6'
|
||||
- '1'
|
||||
- '1.7'
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- windows-latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user