Skip to content

Commit

Permalink
Use 1.7-nightly in scheduled test builds (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaMann authored Jun 26, 2021
1 parent a12d4d2 commit f577b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example-builds-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: [nightly, 1.6-nightly]
julia-version: [nightly, 1.7-nightly]
julia-arch: [x64, x86]
os: [ubuntu-latest, macOS-latest, windows-latest]
# 32-bit Julia binaries are not available on macOS
Expand Down

0 comments on commit f577b7c

Please sign in to comment.