Skip to content

Commit

Permalink
Use Julia 1.6 in Cirrus (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot authored Mar 2, 2024
1 parent bd966bc commit 0fada3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ task:
name: FreeBSD
env:
matrix:
- JULIA_VERSION: 1.3
- JULIA_VERSION: 1.6
- JULIA_VERSION: 1
- JULIA_VERSION: nightly
allow_failures: $JULIA_VERSION == 'nightly'
Expand All @@ -13,4 +13,4 @@ task:
build_script:
- cirrusjl build
test_script:
- cirrusjl test
- cirrusjl test

0 comments on commit 0fada3f

Please sign in to comment.