Skip to content

Commit c101d0d

Browse files
authored
Require Julia v1.10, current Long-Term Supported version (#301)
* Require Julia v1.10, current Long-Term Supported version This requires bumping the minor version of the package. * [CI] Simplify matrix of unit tests
1 parent 355af46 commit c101d0d

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,15 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
version:
42-
- "1.7"
42+
- "min"
4343
- "1"
4444
- "nightly"
4545
os:
4646
- ubuntu-latest
47+
- macos-latest
4748
arch:
48-
- x64
49+
- 'default'
4950
threads: [1, 2]
50-
include:
51-
- version: "1"
52-
os: macos-latest
53-
arch: "aarch64"
54-
threads: 1
55-
- version: "1"
56-
os: macos-latest
57-
arch: "aarch64"
58-
threads: 2
5951
steps:
6052
- uses: actions/checkout@v5
6153
- uses: julia-actions/setup-julia@v2

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ParticleDA"
22
uuid = "61cd1fb4-f4c4-4bc8-80c6-ea5639a6ca2e"
33
authors = ["Mosè Giordano and Tuomas Koskela and Dan Giles and Matt Graham"]
4-
version = "1.2.0"
4+
version = "1.3.0"
55

66
[deps]
77
ChunkSplitters = "ae650224-84b6-46f8-82ea-d812ca08434e"
@@ -29,4 +29,4 @@ Statistics = "<0.0.1, 1"
2929
StructArrays = "0.6.15, 0.7"
3030
TimerOutputs = "0.5"
3131
YAML = "0.4"
32-
julia = "1.7"
32+
julia = "1.10"

0 commit comments

Comments
 (0)