Skip to content

Commit bf723f9

Browse files
committed
Remove tests for Julia 1.0
1 parent 33f7a00 commit bf723f9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: julia 1.0/1.3
1+
name: julia 1.3
22
on:
33
push:
44
branches:
@@ -13,7 +13,6 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
version:
16-
- '1.0'
1716
- '1.3'
1817
os:
1918
- ubuntu-latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html
55

66
[![PkgEval][pkgeval-img]][pkgeval-url]
7-
![](https://github.com/JuliaMath/VML.jl/workflows/julia%201.0/1.3/badge.svg)
7+
![](https://github.com/JuliaMath/VML.jl/workflows/julia%201.3/badge.svg)
88
![](https://github.com/JuliaMath/VML.jl/workflows/julia%20nightly/badge.svg)
99

1010
This package provides bindings to the Intel MKL [Vector Mathematics Functions](https://software.intel.com/en-us/node/521751).

0 commit comments

Comments
 (0)