Skip to content

Commit 9ea00a9

Browse files
committed
GH actions for proper julia lower bound; v0.4.13
1 parent c4f775c commit 9ea00a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-lts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: julia-1.0
1+
name: julia-1.1
22

33
on: [push, pull_request]
44

@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
julia-version: ['1.0']
11+
julia-version: ['1.1']
1212
julia-arch: [x64]
1313
os: [ubuntu-latest, macOS-latest]
1414

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Pathogen"
22
uuid = "c8189ad9-0349-5cbb-98f2-579781f27e5c"
33
authors = ["Justin Angevaare <justinangevaare@gmail.com>"]
4-
version = "0.4.12"
4+
version = "0.4.13"
55

66
[deps]
77
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"

0 commit comments

Comments
 (0)