julia 1.5 required for unsafe_rational

This commit is contained in:
Jutho Haegeman 2021-06-14 17:14:17 +02:00
parent 04098cb2c2
commit 38e5f809f2
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.4'
- '1.5'
- '1'
os:
- ubuntu-latest

View file

@ -14,7 +14,7 @@ RationalRoots = "0.1 - 1"
HalfIntegers = "1"
Primes = "0.4 - 1"
LRUCache = "1.3"
julia = "1.4"
julia = "1.5"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"