Skip to content

Commit

Permalink
Add Julia 1.10-beta to CI, remove nightly (#648)
Browse files Browse the repository at this point in the history
* Add Julia 1.10-beta to CI, remove nightly

* update news
  • Loading branch information
mateuszbaran authored Nov 4, 2023
1 parent ab49d04 commit f9a6b19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ["1.6", "~1.9.0-0"]
julia-version: ["1.6", "1.9", "~1.10.0-0"]
os: [ubuntu-latest, macOS-latest]
group:
- 'test_manifolds'
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.4] - 2023-11-04

### Added

- Julia 1.10-rc CI workflow.

## [0.9.3] - 2023-10-28

### Added
Expand Down

0 comments on commit f9a6b19

Please sign in to comment.