Skip to content

Commit

Permalink
Bump julia version in CI (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Feb 22, 2024
1 parent f9379a9 commit 2472a32
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
- name: "Set up Julia"
uses: julia-actions/setup-julia@latest
with:
version: '1.9'
version: '1.10'

- name: Restore cache
uses: julia-actions/cache@v1
with:
cache-name: 'docs-1.9'
cache-name: 'docs-1.10'

- name: "Dev Oscar.jl master"
shell: julia --project=. --color=yes {0}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/OscarTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
- '1.6'
- '1.8'
- '1.9'
- '~1.10.0-0'
- 'nightly'
- '1.10'
- '1.11-nightly'
# - 'nightly'
julia-arch:
- x64
os:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
- '1.6'
- '1.8'
- '1.9'
- '~1.10.0-0'
- 'nightly'
- '1.10'
- '1.11-nightly'
# - 'nightly'
julia-arch:
- x64
os:
Expand Down

0 comments on commit 2472a32

Please sign in to comment.