Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

various improvements: add decoration type, improve tropicalnumber, some graph stuff #60

Merged
merged 10 commits into from
May 31, 2024
Prev Previous commit
Next Next commit
CI: update julia versions
  • Loading branch information
benlorenz committed May 24, 2024
commit 48902cf401668a3056fbc36595a4d65056c624f4
2 changes: 1 addition & 1 deletion .github/workflows/test-polymake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
julia-version: ['~1.6.0-0', '~1.9.0-0', '~1.10.0-0', 'nightly']
julia-version: ['~1.6.0-0', '~1.10.0-0', '~1.11.0-0', 'nightly']

fail-fast: true

Expand Down
10 changes: 5 additions & 5 deletions OscarCI.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,28 @@ branches = [ "release", "<matching>" ]
[include.master]
Polymake = "master"
Oscar = "master"
julia-version = "1.9"
julia-version = "1.10"
os = "ubuntu-latest"

[include.matching]
Polymake = "<matching>"
julia-version = "1.9"
julia-version = "1.10"
os = "ubuntu-latest"

[include.oscar]
Oscar = "<matching>"
Polymake = "<matching>"
julia-version = "1.9"
julia-version = "1.10"
os = "ubuntu-latest"

[include.oscarmac]
Oscar = "<matching>"
Polymake = "<matching>"
julia-version = "1.9"
julia-version = "1.10"
os = "macos-latest"

[include.oscarstable]
Oscar = "release"
Polymake = "release"
julia-version = "1.9"
julia-version = "1.10"
os = "ubuntu-latest"