Skip to content

Commit

Permalink
Run test with Julia 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic2020 committed Jan 31, 2023
1 parent 89232d1 commit 5d9aaa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -31,10 +31,10 @@ jobs:
- name: Setup Julia environment
# You may pin to the exact commit or the version.
# uses: julia-actions/setup-julia@ee66464cb7897ffcc5322800f4b18d449794af30
uses: julia-actions/setup-julia@v1.6.1
uses: julia-actions/setup-julia@v1.7.1
with:
# The Julia version to download (if necessary) and use. Example: 1.0.4
version: 1.6 # optional, default is 1
version: 1.7 # optional, default is 1
# Architecture of the Julia binaries. Defaults to x64.
arch: x64 # optional, default is x64
# Display InteractiveUtils.versioninfo() after installing

0 comments on commit 5d9aaa0

Please sign in to comment.