Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LCSB-BioCore
SBML.jl
Commits
1721265b
Unverified
Commit
1721265b
authored
Jun 22, 2021
by
Laurent Heirendt
✈
Committed by
GitHub
Jun 22, 2021
Browse files
Merge pull request #81 from giordano/mg/more-ci
Fix minimum compatible version of Julia and run CI on 1.5 and 1
parents
b017ff34
20f042c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/ci.yml
View file @
1721265b
...
...
@@ -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 @
1721265b
...
...
@@ -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]
...
...
cylon-x
🤖
@cylon-x
mentioned in commit
8d54bfd5
·
Jun 22, 2021
mentioned in commit
8d54bfd5
mentioned in commit 8d54bfd5aa8e7510a5de7a763be23cb0c137c037
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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