File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,16 @@ jobs:
2727 fail-fast : false
2828 matrix :
2929 julia-version :
30- - ' 1.8.3 '
30+ - ' 1'
3131 os :
3232 - ubuntu-latest
3333 - windows-latest
3434 - macOS-latest
3535 include :
3636 - os : ubuntu-latest
37- julia-version : ' 1.7.2 '
37+ julia-version : ' 1.7'
3838 - os : ubuntu-latest
39- julia-version : ' 1.6.7 '
39+ julia-version : ' 1.6'
4040
4141 steps :
4242 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v2
1717 - uses : julia-actions/setup-julia@v1
1818 with :
19- version : " 1.8 "
19+ version : " 1.9 "
2020 - uses : julia-actions/cache@v1
2121 - name : Extract Package Name from Project.toml
2222 id : extract-package-name
Original file line number Diff line number Diff line change 1414 runs-on : ${{ matrix.os }}
1515 strategy :
1616 matrix :
17- julia-version : [1.8 ]
17+ julia-version : [1]
1818 julia-arch : [x86]
1919 os : [ubuntu-latest]
2020 steps :
You can’t perform that action at this time.
0 commit comments