Skip to content

Commit f343304

Browse files
Include v1.5 in list of Julia versions to run CI on (#37)
1 parent 9988f6a commit f343304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', 'nightly']
18+
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', 'nightly']
1919
julia-arch: [x64, x86]
2020
os: [ubuntu-latest, windows-latest, macOS-latest]
2121
exclude:

0 commit comments

Comments
 (0)