add explicit minor version in CI

This commit is contained in:
t-bltg 2021-12-01 21:42:00 +01:00
parent 246064649a
commit 36950921b9
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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

View File

@ -24,7 +24,7 @@ jobs:
version:
- 'nightly'
- '1.6'
- '1'
- '1.7'
os:
- ubuntu-latest
- windows-latest