Skip to content

Commit

Permalink
Stop testing on Julia nightly
Browse files Browse the repository at this point in the history
Test on Julia 1.10 instead
  • Loading branch information
mofeing authored Sep 25, 2023
1 parent e6a4bb6 commit ec23223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- '1.7'
- '1.8'
- '1.9'
- 'nightly'
- '1.10'
os:
- ubuntu-latest
arch:
Expand Down Expand Up @@ -67,4 +67,4 @@ jobs:
- run: julia --color=yes -e 'import Pkg; Pkg.Registry.update()'
- run: .ci/instantiate.sh
- run: julia --color=yes --project=.ci/ -e 'import Pkg; Pkg.precompile()'
- run: julia --color=yes --project=.ci/ -e 'import RegistryCI; RegistryCI.test(registry_deps=["https://github.com/JuliaRegistries/General"])'
- run: julia --color=yes --project=.ci/ -e 'import RegistryCI; RegistryCI.test(registry_deps=["https://github.com/JuliaRegistries/General"])'

0 comments on commit ec23223

Please sign in to comment.