bump julia to 1.6

This commit is contained in:
Marek Kaluba 2022-04-02 15:52:24 +02:00
parent 9e867a58e6
commit 4431ae7144
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15
3 changed files with 3 additions and 5 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy: strategy:
matrix: matrix:
version: version:
- '1.3' - '1.6'
- '1' - '1'
- 'nightly' - 'nightly'
os: os:

View File

@ -19,8 +19,8 @@ GroupsCore = "0.4"
KnuthBendix = "0.3" KnuthBendix = "0.3"
OrderedCollections = "1" OrderedCollections = "1"
PermutationGroups = "0.3" PermutationGroups = "0.3"
julia = "1.3"
StaticArrays = "1" StaticArrays = "1"
julia = "1.6"
[extras] [extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

View File

@ -96,9 +96,7 @@
@test evaluate(g*h) == evaluate(h*g) @test evaluate(g*h) == evaluate(h*g)
@test (g*h).savedhash == zero(UInt) @test (g*h).savedhash == zero(UInt)
if VERSION >= v"1.6.0" @test sprint(show, typeof(g)) == "Automorphism{FreeGroup{Symbol, KnuthBendix.LenLex{Symbol}}, …}"
@test sprint(show, typeof(g)) == "Automorphism{FreeGroup{Symbol, KnuthBendix.LenLex{Symbol}}, …}"
end
a = g*h a = g*h
b = h*g b = h*g