Skip to content

Commit

Permalink
Test Julia 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed May 10, 2023
1 parent 60c3279 commit 4a510e0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
shell: bash
strategy:
matrix:
julia-version: ['1.8.2']
python-version: ['3.9']
julia-version: ['1.9']
python-version: ['3.10']
os: [ubuntu-latest]

steps:
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 @@ -29,8 +29,8 @@ jobs:
shell: bash
strategy:
matrix:
julia-version: ['1.8.2']
python-version: ['3.9']
julia-version: ['1.9']
python-version: ['3.10']
os: [windows-latest]

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI_docker_large_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: ['1.6.7', '1.8.2']
python-version: ['3.10.8']
julia-version: ['1.6', '1.9']
python-version: ['3.10']
os: [ubuntu-latest]
arch: ['linux/amd64', 'linux/arm64']

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI_large_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: ['1.6.7', '1.7.3', '1.8.2']
julia-version: ['1.6', '1.8', '1.9']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
os: [ubuntu-latest, macos-latest, windows-latest]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
shell: bash
strategy:
matrix:
julia-version: ['1.8.2']
python-version: ['3.9']
julia-version: ['1.9']
python-version: ['3.10']
os: [macos-latest]

steps:
Expand Down

0 comments on commit 4a510e0

Please sign in to comment.