Skip to content

Commit 6c14cc8

Browse files
authored
Merge pull request #843 from JuliaRobotics/22Q1/ci/jl17
update CI for JL 1.7
2 parents 6c5e3aa + 715bbac commit 6c14cc8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
matrix:
2020
version:
2121
- '1.6'
22+
- '1.7'
2223
- 'nightly'
2324
os:
2425
- ubuntu-latest
@@ -81,6 +82,7 @@ jobs:
8182
matrix:
8283
version:
8384
- '1.6'
85+
- '1.7'
8486
os:
8587
- ubuntu-latest
8688
arch:
@@ -157,7 +159,7 @@ jobs:
157159
- name: Setup julia
158160
uses: julia-actions/setup-julia@v1
159161
with:
160-
version: 1.6
162+
version: 1.7
161163
arch: x64
162164

163165
- name: Build Docs

0 commit comments

Comments
 (0)