Skip to content

Commit

Permalink
Merge pull request #196 from plotly/test-Julia-1.9
Browse files Browse the repository at this point in the history
Test on Julia 1.9
  • Loading branch information
etpinard authored May 12, 2023
2 parents b5e3ff2 + dc22a23 commit bb6b7a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jl_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Julia tests
name: Julia tests

on: [push, pull_request]

Expand All @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
jl_version: ["1.6", "1.8"]
jl_version: ["1.6", "1.8", "1.9"]
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit bb6b7a4

Please sign in to comment.