We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0045de9 commit 35cdee3Copy full SHA for 35cdee3
2 files changed
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
strategy:
17
matrix:
18
- julia-version: ["1.5", "1.8", nightly]
+ julia-version: ["1.8", "1.10", nightly]
19
julia-arch: [x64, x86]
20
os: [ubuntu-latest, windows-latest, macOS-latest]
21
exclude:
Project.toml
@@ -1,12 +1,12 @@
1
name = "Random123"
2
uuid = "74087812-796a-5b5d-8853-05524746bad3"
3
authors = ["Sunoru <s@sunoru.com>"]
4
-version = "1.6.2"
+version = "1.7.0"
5
6
[deps]
7
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
8
RandomNumbers = "e6cf234a-135c-5ec9-84dd-332b85af5143"
9
10
[compat]
11
RandomNumbers = "1.4"
12
-julia = "1.5"
+julia = "1.8"
0 commit comments