Skip to content

Commit 35cdee3

Browse files
authored
Bump version. Drop old julia support.
1 parent 0045de9 commit 35cdee3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
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.5", "1.8", nightly]
18+
julia-version: ["1.8", "1.10", nightly]
1919
julia-arch: [x64, x86]
2020
os: [ubuntu-latest, windows-latest, macOS-latest]
2121
exclude:

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name = "Random123"
22
uuid = "74087812-796a-5b5d-8853-05524746bad3"
33
authors = ["Sunoru <[email protected]>"]
4-
version = "1.6.2"
4+
version = "1.7.0"
55

66
[deps]
77
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
88
RandomNumbers = "e6cf234a-135c-5ec9-84dd-332b85af5143"
99

1010
[compat]
1111
RandomNumbers = "1.4"
12-
julia = "1.5"
12+
julia = "1.8"

0 commit comments

Comments
 (0)