Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LCSB-BioCore
SBML.jl
Commits
20f042c4
Commit
20f042c4
authored
Jun 22, 2021
by
Mosè Giordano
Browse files
Fix minimum compatible version of Julia and run CI on 1.5 and 1
parent
41a25d0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/ci.yml
View file @
20f042c4
...
...
@@ -14,6 +14,8 @@ jobs:
fail-fast
:
false
matrix
:
version
:
-
'
1.5'
# Oldest supported version of SBML.jl
-
'
1'
# This is always the latest stable release in the 1.X series
-
'
nightly'
os
:
-
ubuntu-latest
...
...
Project.toml
View file @
20f042c4
...
...
@@ -13,7 +13,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
Test
=
"8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
julia
=
"1"
julia
=
"1
.5
"
Symbolics
=
"1.1"
[extras]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment