We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc9ba1 commit 97a71ecCopy full SHA for 97a71ec
.github/workflows/CI.yml
@@ -18,7 +18,7 @@ jobs:
18
fail-fast: false
19
matrix:
20
version:
21
- - '1.12'
+ - '1.12-nightly' # FIXME change to 1.12 when released
22
- 'nightly'
23
os:
24
- ubuntu-latest
Project.toml
@@ -8,7 +8,7 @@ Preferences = "21216c6a-2e73-6563-6e65-726566657250"
8
9
[compat]
10
Preferences = "1"
11
-julia = "1.12"
+julia = "1.12.0-DEV"
12
13
[extras]
14
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
0 commit comments