Skip to content

Commit

Permalink
Update julia versions in CI (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Jul 13, 2023
1 parent 43288a5 commit 2bc498a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ jobs:
matrix:
julia-version:
- '1.6'
- '1.8'
- '~1.9.0-0'
- '1.9'
- '~1.10.0-0'
- 'nightly'
julia-arch:
- x64
os:
- ubuntu-latest
include:
# Add a few macOS jobs (not too many, the number we can run in parallel is limited)
- julia-version: '1.8'
- julia-version: '1.9'
julia-arch: x64
os: macOS-latest
- julia-version: 'nightly'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/oscar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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 Expand Up @@ -106,7 +106,7 @@ jobs:
echo '${{ env.oscar_run_tests }}'
julia --color=yes --project=oscar-dev/project/ -e '${{ env.oscar_run_tests }}'
- name: "Run doctests"
if: steps.setupdev.outputs.skiptests != 'true' && (matrix.julia-version == '~1.8.0-0' || matrix.julia-version == '1.8')
if: steps.setupdev.outputs.skiptests != 'true'
run: |
echo '${{ env.oscar_run_doctests }}'
julia --color=yes --project=oscar-dev/project/ -e '${{ env.oscar_run_doctests }}'

0 comments on commit 2bc498a

Please sign in to comment.