Skip to content

Commit bb6b7a4

Browse files
authored
Merge pull request #196 from plotly/test-Julia-1.9
Test on Julia 1.9
2 parents b5e3ff2 + dc22a23 commit bb6b7a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jl_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run Julia tests
1+
name: Julia tests
22

33
on: [push, pull_request]
44

@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
jl_version: ["1.6", "1.8"]
11+
jl_version: ["1.6", "1.8", "1.9"]
1212
steps:
1313
- uses: actions/checkout@v2
1414
- uses: julia-actions/setup-julia@v1

0 commit comments

Comments
 (0)