Skip to content

Commit 97a71ec

Browse files
committed
Make the version happier
1 parent 6fc9ba1 commit 97a71ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
version:
21-
- '1.12'
21+
- '1.12-nightly' # FIXME change to 1.12 when released
2222
- 'nightly'
2323
os:
2424
- ubuntu-latest

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Preferences = "21216c6a-2e73-6563-6e65-726566657250"
88

99
[compat]
1010
Preferences = "1"
11-
julia = "1.12"
11+
julia = "1.12.0-DEV"
1212

1313
[extras]
1414
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

0 commit comments

Comments
 (0)