Skip to content

Commit 83a2e9e

Browse files
committed
Bump compats, release v1.3.8
1 parent 44ce6ce commit 83a2e9e

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
version:
14-
- '1.10.4'
14+
- '1.11.6'
1515
os:
1616
- ubuntu-latest
1717
- macOS-latest

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
julia-version: [1.10.4]
12+
julia-version: [1.11.6]
1313
julia-arch: [x64]
1414
os: [ubuntu-latest]
1515
steps:

.github/workflows/CompatHelperManual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: "contains(github.event.head_commit.message, '[compat]')"
1010
strategy:
1111
matrix:
12-
julia-version: [1.10.4]
12+
julia-version: [1.11.6]
1313
julia-arch: [x64]
1414
os: [ubuntu-latest]
1515
steps:

.github/workflows/ManuallyBuildDoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v1
1313
- uses: julia-actions/setup-julia@latest
1414
with:
15-
version: '1.10.4'
15+
version: '1.11.6'
1616
- run: julia --project=docs -e '
1717
using Pkg;
1818
Pkg.add("Documenter");

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ license = "GPLv3"
44
authors = ["islent <leoislent@gmail.com>"]
55
description = "Support for physical vectors and particles"
66
repository = "https://github.com/JuliaAstroSim/PhysicalParticles.jl"
7-
version = "1.3.7"
7+
version = "1.3.8"
88

99
[deps]
1010
BangBang = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
@@ -35,7 +35,7 @@ Statistics = "1"
3535
StructArrays = "0.6, 0.7"
3636
Unitful = "1"
3737
UnitfulAstro = "1"
38-
julia = "1.2.0"
38+
julia = "1.10"
3939

4040
[extras]
4141
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49"

0 commit comments

Comments
 (0)