Skip to content

Commit c8ae0db

Browse files
committed
Update julia versions in CI
1 parent afbcd50 commit c8ae0db

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
julia-version:
3232
- '1.10'
3333
- '1.11'
34-
- '1.12-nightly'
34+
- '1.12'
35+
- '1.13-nightly'
3536
- 'nightly'
3637
os:
3738
- ubuntu-latest

.github/workflows/gap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- 'stable-4.15'
3434
julia-version:
3535
- '1' # latest stable release
36-
- '1.12-nightly'
36+
- '1.13-nightly'
3737
- 'nightly'
3838
os:
3939
- ubuntu-latest

0 commit comments

Comments
 (0)