File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 branches : [master]
55 pull_request :
66 types : [opened, synchronize, reopened]
7+ # needed to allow julia-actions/cache to delete old caches that it has created
8+ permissions :
9+ actions : write
10+ contents : read
711jobs :
812 test :
913 name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
1014 runs-on : ${{ matrix.os }}
1115 strategy :
1216 fail-fast : false
1317 matrix :
14- version : ['1.6 ', '1']
18+ version : ['1.10 ', '1']
1519 os : [ubuntu-latest]
1620 arch : [x64]
1721 steps :
18- - name : Install xmllint
19- run : sudo apt-get install -y curl
2022 - uses : actions/checkout@v6
2123 - uses : julia-actions/setup-julia@v2
2224 with :
3032 with :
3133 depwarn : error
3234 - uses : julia-actions/julia-processcoverage@v1
33- - uses : codecov/codecov-action@v4
35+ - uses : codecov/codecov-action@v6
3436 with :
35- file : lcov.info
37+ files : lcov.info
3638 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 - uses : julia-actions/setup-julia@latest
1414 with :
1515 version : ' 1'
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 - name : Format check
1818 shell : julia --color=yes {0}
1919 run : |
2020 using Pkg
21- Pkg.add(PackageSpec(name="JuliaFormatter", version="1 "))
21+ Pkg.add(PackageSpec(name="JuliaFormatter", version="2 "))
2222 using JuliaFormatter
2323 format(".", verbose=true)
2424 out = String(read(Cmd(`git diff`)))
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ Mosek = "6405355b-0ac2-5fba-af84-adbd65488c0e"
1010[compat ]
1111MathOptInterface = " 1.20"
1212Mosek = " 10, 11"
13- Test = " 1.6 "
14- julia = " 1.6 "
13+ Test = " 1"
14+ julia = " 1.10 "
1515
1616[extras ]
1717Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
You can’t perform that action at this time.
0 commit comments