Skip to content

Commit 3eb285e

Browse files
authored
Merge pull request #241 from plotly/add-julia-1.11
Add "1.11" to list of julia versions
2 parents e98c6eb + 5acc69b commit 3eb285e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jl_test.yml

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

0 commit comments

Comments
 (0)