Skip to content

Commit

Permalink
Update julia versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Jul 10, 2023
1 parent c9c973e commit f98227c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
matrix:
julia-version:
- '1.6'
- '1.8'
- '1.9'
- '~1.10.0-0'
- 'nightly'
os:
- ubuntu-latest
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
with:
depwarn: error
- name: "Run doctests"
if: ${{ matrix.julia-version == '1.8' }}
if: ${{ matrix.julia-version == '1.9' }}
run: |
julia --project=docs --color=yes --code-coverage -e '
using Pkg
Expand All @@ -75,7 +75,7 @@ jobs:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: '1.8'
version: '1.9'
- name: "Cache artifacts"
uses: julia-actions/cache@v1
- name: "Build package"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oscar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: "Set up Julia"
uses: julia-actions/setup-julia@v1
with:
version: '~1.8.0-0'
version: '~1.9.0-0'
- name: OscarDevTools - CI
if: github.repository == 'oscar-system/OscarDevTools.jl'
run: |
Expand Down

0 comments on commit f98227c

Please sign in to comment.