Skip to content

Commit e5735ac

Browse files
committed
add v1.10 of Julia in GitHub actions
1 parent 4ed32fb commit e5735ac

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
matrix:
1212
version:
1313
- '1.9'
14+
- '1.10'
1415
os:
1516
- ubuntu-latest
1617
- macOS-latest

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# v0.11.4 (Upcoming Release)
22

33
- More explicit return types, drop `Dict` with `Dict{String, Any}` or `Dict{String, Vector}`
4+
- Add `Julia v.1.10` to GitHub actions
45

56

67
# v0.11.3

0 commit comments

Comments
 (0)