File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 21
21
- { os: ubuntu-latest, version: '1.3', arch: x64}
22
22
- { os: ubuntu-latest, version: '1.4', arch: x64}
23
23
- { os: ubuntu-latest, version: '1.5', arch: x64}
24
- - { os: ubuntu-latest, version: '^1.6.0-0', arch: x64}
24
+ - { os: ubuntu-latest, version: '1.6', arch: x64}
25
+ - { os: ubuntu-latest, version: '^1.7.0-0', arch: x64}
25
26
- { os: ubuntu-latest, version: 'nightly', arch: x64}
26
27
- { os: windows-latest, version: '1', arch: x64}
27
28
- { os: macOS-latest, version: '1', arch: x64}
Original file line number Diff line number Diff line change 869
869
870
870
@chapter MiscSeed begin
871
871
rands = VERSION < v " 1.7-" ? [0x24ae , 0x837e ] :
872
- [0x1f33 , 0x415f ]
872
+ [0x12c8 , 0x0093 ]
873
873
MiscSeed. runtests (verbose= 0 , seed= 1 )
874
874
@test MiscSeed. RAND1 === MiscSeed. RAND2 === rands[1 ]
875
875
MiscSeed. runtests (verbose= 0 , seed= 2 )
You can’t perform that action at this time.
0 commit comments