Skip to content

Commit

Permalink
CI: test with 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz committed Feb 6, 2025
1 parent 62b5027 commit fa72629
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- '~1.6.0-0'
- '~1.10.0-0'
- '1.11'
- '1.12-nightly'
- 'nightly'
os: ['ubuntu-latest']
cxxwrap: [ '' ]
Expand Down Expand Up @@ -99,6 +100,7 @@ jobs:
julia-version:
- '1.10'
- '1.11'
- '1.12-nightly'
- 'nightly'
os: [ 'macos-14' ] # aarch64
cxxwrap: [ '' ]
Expand Down
6 changes: 6 additions & 0 deletions OscarCI.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ julia-version = [ "~1.6.0-0", "~1.10.0-0"]
julia-version = "1.11"
os = "ubuntu-latest"

[include.nightly12]
Oscar = "<matching>"
Polymake = ""
julia-version = "1.12-nightly"
os = "ubuntu-latest"

[include.nightly]
Oscar = "<matching>"
Polymake = ""
Expand Down

0 comments on commit fa72629

Please sign in to comment.