Skip to content

Commit a934083

Browse files
committed
Update Julia versions in CI
1 parent 7d62807 commit a934083

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
shell: bash
2727
strategy:
2828
matrix:
29-
julia-version: ['1.7.1']
29+
julia-version: ['1.8.2']
3030
python-version: ['3.9']
3131
os: [ubuntu-latest]
3232

.github/workflows/CI_Windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
shell: bash
2727
strategy:
2828
matrix:
29-
julia-version: ['1.6', '1.7.1']
29+
julia-version: ['1.6', '1.8.2']
3030
python-version: ['3.9']
31-
os: [windows-2019]
31+
os: [windows-latest]
3232

3333
steps:
3434
- uses: actions/checkout@v1.0.0

.github/workflows/CI_docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
shell: bash
2929
strategy:
3030
matrix:
31-
julia-version: ['1.7.1']
31+
julia-version: ['1.8.2']
3232
python-version: ['3.9.10']
3333
os: [ubuntu-latest]
3434
arch: ['linux/x86_64']

.github/workflows/CI_mac.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ jobs:
2626
shell: bash
2727
strategy:
2828
matrix:
29-
julia-version: ['1.7.1']
29+
julia-version: ['1.8.2']
3030
python-version: ['3.9']
3131
os: [macos-latest]
3232

3333
steps:
34-
- uses: actions/checkout@v1.0.0
34+
- uses: actions/checkout@v1
3535
- name: "Set up Julia"
36-
uses: julia-actions/setup-julia@v1.6.0
36+
uses: julia-actions/setup-julia@v1
3737
with:
3838
version: ${{ matrix.julia-version }}
3939
- name: "Cache dependencies"
40-
uses: actions/cache@v1 # Thanks FromFile.jl
40+
uses: actions/cache@v3
4141
env:
4242
cache-name: cache-artifacts
4343
with:

0 commit comments

Comments
 (0)