Skip to content

Commit 0aceb4d

Browse files
authored
use new 'min' option in julia setup (#75)
* use new 'min' option in julia setup * update Julia compat bound
1 parent 1b68ea1 commit 0aceb4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
fail-fast: false
5454
matrix:
55-
julia-version: [1.6, nightly]
55+
julia-version: [min, nightly]
5656
os: [ubuntu-latest]
5757
steps:
5858
- uses: actions/checkout@v4

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MixedModelsSim"
22
uuid = "d5ae56c5-23ca-4a1f-b505-9fc4796fc1fe"
33
authors = ["Phillip Alday", "Douglas Bates", "Lisa DeBruine", "Reinhold Kliegl"]
4-
version = "0.2.9"
4+
version = "0.2.10"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -19,4 +19,4 @@ PooledArrays = "0.5, 1"
1919
PrettyTables = "0.11, 0.12, 1, 2"
2020
Statistics = "1"
2121
Tables = "1.0"
22-
julia = "1.3"
22+
julia = "1.6"

0 commit comments

Comments
 (0)