Skip to content

Commit 9815c37

Browse files
committed
Update CI
1 parent 5e88af4 commit 9815c37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
version:
16-
- '1.3'
1716
- '1.4'
17+
- '1.5'
1818
- 'nightly'
1919
os:
2020
- ubuntu-latest
@@ -41,7 +41,7 @@ jobs:
4141
# - uses: actions/checkout@v2
4242
# - uses: julia-actions/setup-julia@v1
4343
# with:
44-
# version: '1.4'
44+
# version: '1.5'
4545
# - run: julia --project=docs -e '
4646
# using Pkg;
4747
# Pkg.develop(PackageSpec(; path=pwd()));

0 commit comments

Comments
 (0)