Skip to content

Commit

Permalink
Update Julia versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Oct 23, 2022
1 parent 7d62807 commit a934083
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
shell: bash
strategy:
matrix:
julia-version: ['1.7.1']
julia-version: ['1.8.2']
python-version: ['3.9']
os: [ubuntu-latest]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI_Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
shell: bash
strategy:
matrix:
julia-version: ['1.6', '1.7.1']
julia-version: ['1.6', '1.8.2']
python-version: ['3.9']
os: [windows-2019]
os: [windows-latest]

steps:
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
shell: bash
strategy:
matrix:
julia-version: ['1.7.1']
julia-version: ['1.8.2']
python-version: ['3.9.10']
os: [ubuntu-latest]
arch: ['linux/x86_64']
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/CI_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ jobs:
shell: bash
strategy:
matrix:
julia-version: ['1.7.1']
julia-version: ['1.8.2']
python-version: ['3.9']
os: [macos-latest]

steps:
- uses: actions/checkout@v1.0.0
- uses: actions/checkout@v1
- name: "Set up Julia"
uses: julia-actions/setup-julia@v1.6.0
uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
- name: "Cache dependencies"
uses: actions/cache@v1 # Thanks FromFile.jl
uses: actions/cache@v3
env:
cache-name: cache-artifacts
with:
Expand Down

0 comments on commit a934083

Please sign in to comment.