Skip to content

Commit dc9eacb

Browse files
committed
ci: try multiple julia version benchmarks
1 parent 66f0552 commit dc9eacb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/benchmark_pr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ permissions:
88
jobs:
99
bench:
1010
runs-on: ubuntu-latest
11+
strategy:
12+
matrix:
13+
julia-version: ["1", "1.10"]
1114
steps:
1215
- uses: MilesCranmer/AirspeedVelocity.jl@action-overhaul
1316
with:
14-
julia-version: '1'
17+
julia-version: ${{ matrix.julia-version }}
1518
exeflags: '-O3'

0 commit comments

Comments
 (0)