Skip to content

Commit 0049aa8

Browse files
authored
Merge pull request #889 from JuliaRobotics/22Q3/ci/jl1.8
Update CI to test julia v1.8
2 parents 9c4d1e9 + c056100 commit 0049aa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
version:
2121
- '1.6'
22-
- '1.7'
22+
- '1.8'
2323
- 'nightly'
2424
os:
2525
- ubuntu-latest
@@ -82,7 +82,7 @@ jobs:
8282
matrix:
8383
version:
8484
- '1.6'
85-
- '1.7'
85+
- '1.8'
8686
os:
8787
- ubuntu-latest
8888
arch:
@@ -161,7 +161,7 @@ jobs:
161161
- name: Setup julia
162162
uses: julia-actions/setup-julia@v1
163163
with:
164-
version: 1.7
164+
version: 1.8
165165
arch: x64
166166

167167
- name: Build Docs

0 commit comments

Comments
 (0)