Skip to content

Commit

Permalink
ci: test on the most recent Julia version (v1.10)
Browse files Browse the repository at this point in the history
The package aims to be compatible with the most up-to-date version of
Julia and the current LTS. The CI infrastructure has not reflected this
for some time resulting in issues like #48 going by unnnoticed.
  • Loading branch information
bauglir committed Mar 12, 2024
1 parent fb609ff commit e525b61
Showing 1 changed file with 1 addition 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 @@ -15,7 +15,7 @@ jobs:
matrix:
version:
- '1.6'
- '1.7'
- '1.10'
os:
- ubuntu-latest
- macOS-latest
Expand Down

0 comments on commit e525b61

Please sign in to comment.