File tree 2 files changed +32
-3
lines changed
2 files changed +32
-3
lines changed Original file line number Diff line number Diff line change
1
+ name : Downgrade
2
+ on :
3
+ pull_request :
4
+ branches :
5
+ - main
6
+ paths-ignore :
7
+ - ' docs/**'
8
+ push :
9
+ branches :
10
+ - main
11
+ paths-ignore :
12
+ - ' docs/**'
13
+ jobs :
14
+ test :
15
+ runs-on : ubuntu-latest
16
+ strategy :
17
+ matrix :
18
+ version :
19
+ - ' 1.9.0'
20
+ steps :
21
+ - uses : actions/checkout@v4
22
+ - uses : julia-actions/setup-julia@v1
23
+ with :
24
+ version : ${{ matrix.version }}
25
+ - uses : cjdoris/julia-downgrade-compat-action@v1
26
+ with :
27
+ skip : Pkg,TOML
28
+ - uses : julia-actions/julia-buildpkg@v1
29
+ - uses : julia-actions/julia-runtest@v1
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ CellListMap = "0.8.16"
30
30
Chemfiles = " 0.9, 0.10"
31
31
ChunkSplitters = " 2.1"
32
32
DelimitedFiles = " 1.9"
33
- DocStringExtensions = " 0.8, 0. 9"
34
- Documenter = " 1"
33
+ DocStringExtensions = " 0.9"
34
+ Documenter = " 1.3 "
35
35
FortranFiles = " 0.6"
36
36
JSON3 = " 1"
37
37
LinearAlgebra = " 1.9"
38
- PDBTools = " 1.1 "
38
+ PDBTools = " 1.2 "
39
39
PrecompileTools = " 1"
40
40
Printf = " 1.9"
41
41
ProgressMeter = " 1.9"
You can’t perform that action at this time.
0 commit comments