File tree 3 files changed +13
-6
lines changed
3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 2
2
matrix :
3
3
- name : FreeBSD
4
4
freebsd_instance :
5
- image_family : freebsd-13-2
5
+ image_family : freebsd-13-3
6
6
env :
7
7
matrix :
8
8
- JULIA_VERSION : 1.6
Original file line number Diff line number Diff line change 15
15
test :
16
16
name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
17
17
runs-on : ${{ matrix.os }}
18
+ continue-on-error : ${{ matrix.version == 'nightly' }}
19
+ timeout-minutes : 60
20
+ permissions : # needed to allow julia-actions/cache to proactively delete old caches that it has created
21
+ actions : write
22
+ contents : read
18
23
strategy :
19
24
fail-fast : false
20
25
matrix :
@@ -29,15 +34,17 @@ jobs:
29
34
- x64
30
35
- x86
31
36
steps :
32
- - uses : actions/checkout@v3
37
+ - uses : actions/checkout@v4
33
38
- uses : julia-actions/setup-julia@v2
34
39
with :
35
40
version : ${{ matrix.version }}
36
41
arch : ${{ matrix.arch }}
37
- - uses : julia-actions/cache@v1
42
+ - uses : julia-actions/cache@v2
38
43
- uses : julia-actions/julia-buildpkg@v1
39
44
- uses : julia-actions/julia-runtest@v1
40
45
- uses : julia-actions/julia-processcoverage@v1
41
- - uses : codecov/codecov-action@v3
46
+ - uses : codecov/codecov-action@v4
42
47
with :
43
48
files : lcov.info
49
+ token : ${{ secrets.CODECOV_TOKEN }}
50
+ fail_ci_if_error : false
Original file line number Diff line number Diff line change 1
1
name = " PRIMA"
2
2
uuid = " 0a7d04aa-8ac2-47b3-b7a7-9dbd6ad661ed"
3
3
authors = [
" Éric Thiébaut <[email protected] > and contributors" ]
4
- version = " 0.2.1 "
4
+ version = " 0.2.2 "
5
5
6
6
[deps ]
7
7
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -22,7 +22,7 @@ CUTEst = "1.0.1"
22
22
NLPModels = " 0.21.3"
23
23
PRIMA_jll = " 0.7.1"
24
24
Requires = " 1"
25
- TypeUtils = " 0.3"
25
+ TypeUtils = " 0.3, 1 "
26
26
julia = " 1.6"
27
27
28
28
[extras ]
You can’t perform that action at this time.
0 commit comments