File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5
5
branches : [master]
6
6
pull_request :
7
7
8
- concurrency :
8
+ concurrency :
9
9
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
10
10
cancel-in-progress : true
11
11
@@ -28,19 +28,19 @@ jobs:
28
28
fail-fast : false
29
29
matrix :
30
30
version :
31
- - ' 1.6 ' # LTS (minimal declared julia compat in `Project.toml`)
32
- - ' 1.8' # latest stable
31
+ - ' 1.9 ' # (minimal declared julia compat in `Project.toml`)
32
+ # - '1.8' # latest stable
33
33
os : [ubuntu-latest, windows-latest, macos-latest]
34
34
arch : [x64]
35
35
include :
36
36
- os : ubuntu-latest
37
37
prefix : xvfb-run # julia-actions/julia-runtest/blob/master/README.md
38
- - os : ubuntu-latest
39
- prefix : xvfb-run
40
- version : ' 1.7' # only test intermediate release on `ubuntu` to spare resources
41
- - os : ubuntu-latest
42
- prefix : xvfb-run
43
- version : ' ~1.9.0-0' # upcoming julia version, next `rc`
38
+ # - os: ubuntu-latest
39
+ # prefix: xvfb-run
40
+ # version: '1.7' # only test intermediate release on `ubuntu` to spare resources
41
+ # - os: ubuntu-latest
42
+ # prefix: xvfb-run
43
+ # version: '~1.9.0-0' # upcoming julia version, next `rc`
44
44
- os : ubuntu-latest
45
45
prefix : xvfb-run
46
46
version : ' nightly'
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ UnicodeFun = "0.4"
92
92
UnicodePlots = " 3.4"
93
93
UnitfulLatexify = " 1"
94
94
Unzip = " 0.1 - 0.2"
95
- julia = " 1.6 "
95
+ julia = " 1.9 "
96
96
97
97
[extras ]
98
98
Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
You can’t perform that action at this time.
0 commit comments