Skip to content

Commit 593202e

Browse files
committed
update test dependencies + drop support for julia 1.7
1 parent 7e6baf6 commit 593202e

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
branches:
55
- 'master'
66
- 'release-'
7-
tags: '*'
7+
tags:
8+
- '*'
89
pull_request:
910
release:
1011
types: [published]
@@ -17,7 +18,7 @@ jobs:
1718
fail-fast: false
1819
matrix:
1920
version:
20-
- '1.7'
21+
- '1.10'
2122
- '1'
2223
os:
2324
- ubuntu-latest

.github/workflows/Documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
branches:
66
- 'master'
77
- 'release-'
8-
tags: '*'
8+
tags:
9+
- '*'
910
pull_request:
1011
release:
1112
types: [published]

.github/workflows/draf-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Paper Draft
77
steps:
88
- name: Checkout
9-
uses: actions/checkout@v3
9+
uses: actions/checkout@v4
1010
- name: Build draft PDF
1111
uses: openjournals/openjournals-draft-action@master
1212
with:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ LinearAlgebra = "1"
2222
PlotlyJS = "0.18"
2323
SpecialFunctions = "1, 2"
2424
StaticArrays = "1"
25-
julia = "1.7"
25+
julia = "1.10"
2626

2727
[extras]
2828
BEAST = "bb4162c7-ba94-5a20-af32-d8ec4428bdd1"

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ function (lc::Excitation)(p)
2929
end
3030

3131
BEAST.cross(::BEAST.NormalVector, p::Excitation) = CrossTraceMW(p)
32+
BEAST.scalartype(p::Excitation) = eltype(p.embedding)
3233

3334

3435
# ----- variables used in all tests

0 commit comments

Comments
 (0)